diff options
author | Carsten Haitzler <raster@rasterman.com> | 2001-10-19 09:13:18 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2001-10-19 09:13:18 +0000 |
commit | 8e5adf71a6fc2fa06ae602f8f51f8294e243b099 (patch) | |
tree | 15a6cc02cc158f74356e6c65514191142c0df052 /Makefile.am | |
parent | 5d2c820b96406198b3b74a40737455b2623bddf4 (diff) |
much cleaner iconboar. ok - right now it doesn't scroll. use the buidl
scritp again (pass in a directory path to set up.. i'd suggest
mkdir ~/.e
mkdir ~/.e/desktop
mkdir ~/.e/desktop/default
build_iconbar_db.sh ~/.e/desktop/default
the scritp is a bit smaller now :)
SVN revision: 5519
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f08166129..71abbe967 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | ## Process this file with automake to produce Makefile.in | 1 | ## Process this file with automake to produce Makefile.in |
2 | 2 | ||
3 | SUBDIRS = intl po src lib client doc | 3 | SUBDIRS = intl po src lib client tools doc |
4 | 4 | ||
5 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | 5 | MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ |
6 | config.h.in config.sub configure install-sh \ | 6 | config.h.in config.sub configure install-sh \ |