turn off src directory for now

git-svn-id: svn://10.0.0.236/trunk@18906 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com 1999-01-28 05:11:21 +00:00
parent af3e54fb9b
commit c07154c16f
4 changed files with 8 additions and 6 deletions

View File

@ -22,7 +22,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src build tests
# no src yet, or tests or build
DIRS = src build tests
include $(topsrcdir)/config/config.mk

View File

@ -17,8 +17,8 @@
DEPTH=..\..\..
#tests no tests yet
#tests src no tests or src yet
DIRS=public src
DIRS=public
include <$(DEPTH)\config\rules.mak>

View File

@ -22,7 +22,8 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src build tests
# no src yet, or tests or build
DIRS = src build tests
include $(topsrcdir)/config/config.mk

View File

@ -17,8 +17,8 @@
DEPTH=..\..\..
#tests no tests yet
#tests src no tests or src yet
DIRS=public src
DIRS=public
include <$(DEPTH)\config\rules.mak>