Trying to fix bustage in extensions/sql

git-svn-id: svn://10.0.0.236/trunk@155033 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varga%nixcorp.com
2004-04-17 18:06:37 +00:00
parent 190e48cea7
commit 1bb4e6eac7

View File

@@ -40,15 +40,16 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = \
base \
pgsql \
build
DIRS = base
ifdef MOZ_ENABLE_PGSQL
DIRS += pgsql
endif
DIRS += build
ifdef ENABLE_TESTS
DIRS += \
sqltest \
tests
DIRS += sqltest tests
endif
include $(topsrcdir)/config/rules.mk