- eliminated packager subdir - separated sqltest app Not part of build git-svn-id: svn://10.0.0.236/trunk@144520 18797224-902f-48f8-a5cc-f745e15eee43
20 lines
257 B
Makefile
20 lines
257 B
Makefile
DEPTH = ../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
DIRS = \
|
|
base \
|
|
pgsql \
|
|
build
|
|
|
|
ifdef ENABLE_TESTS
|
|
DIRS += \
|
|
sqltest \
|
|
tests
|
|
endif
|
|
|
|
include $(topsrcdir)/config/rules.mk
|