diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-10 21:33:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-10 21:33:21 +0000 |
| commit | 66899a4eb5d0697344673a6e5900e122411ba96a (patch) | |
| tree | 8b977249527499d2c84b28abfb9d17217fbc274a | |
| parent | 0d55e6cb7d399c305563cfc58bcea4af71775fb6 (diff) | |
rm the tools dir
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | configure.ac | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 8e701c9c..060cf7dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ #SUBDIRS = po themes doc render cwmcc obcl kernel plugins -SUBDIRS = po themes data render kernel plugins tools +SUBDIRS = po themes data render kernel plugins MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in doc: diff --git a/configure.ac b/configure.ac index 5c0a7632..16f54e28 100644 --- a/configure.ac +++ b/configure.ac @@ -72,9 +72,7 @@ AC_CONFIG_FILES([Makefile plugins/placement/Makefile plugins/mouse/Makefile plugins/keyboard/Makefile - plugins/menu/Makefile - tools/Makefile - tools/slit/Makefile]) + plugins/menu/Makefile]) AC_OUTPUT AC_MSG_RESULT |
