Removed items from DIRS that do not exist.

git-svn-id: svn://10.0.0.236/trunk@44341 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 1999-08-24 21:45:26 +00:00
parent 8ca9acc986
commit 3935e6e01e
5 changed files with 18 additions and 17 deletions

View File

@ -22,11 +22,11 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src build
DIRS = src build
ifdef ENABLE_TESTS
DIRS += tests
endif
#ifdef ENABLE_TESTS
#DIRS += tests
#endif
include $(topsrcdir)/config/config.mk

View File

@ -24,9 +24,10 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public src resources
ifdef ENABLE_TESTS
DIRS += tests
endif
#xxx Need to write tests/Makefile.in
#ifdef ENABLE_TESTS
#DIRS += tests
#endif
include $(topsrcdir)/config/config.mk

View File

@ -22,11 +22,11 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src build
DIRS = src build
ifdef ENABLE_TESTS
DIRS += tests
endif
#ifdef ENABLE_TESTS
#DIRS += tests
#endif
include $(topsrcdir)/config/config.mk

View File

@ -23,8 +23,8 @@ include $(DEPTH)/config/autoconf.mk
DIRS = xptinfo xptcall
ifdef ENABLE_TESTS
DIRS += tests
endif
#ifdef ENABLE_TESTS
#DIRS += tests
#endif
include $(topsrcdir)/config/rules.mk

View File

@ -26,8 +26,8 @@ include $(DEPTH)/config/autoconf.mk
#
DIRS = xpt xpidl
ifdef ENABLE_TESTS
DIRS += tests
endif
#ifdef ENABLE_TESTS
#DIRS += tests
#endif
include $(topsrcdir)/config/rules.mk