From 66899a4eb5d0697344673a6e5900e122411ba96a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 May 2003 21:33:21 +0000 Subject: [PATCH] rm the tools dir --- Makefile.am | 2 +- 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 -- 2.39.2