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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user