remove tools from the build

This commit is contained in:
ftang%netscape.com 1999-07-14 15:38:19 +00:00
parent 7086053646
commit 5da42e408a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src tools
DIRS = public src
ifdef ENABLE_TESTS
DIRS += tests

View File

@ -17,5 +17,5 @@
DEPTH=..\..
IGNORE_MANIFEST=1
DIRS= public src tools tests
DIRS= public src tests
include <$(DEPTH)\config\rules.mak>