unit tests: more build adjustments

This commit is contained in:
Yang Tse
2011-06-01 21:39:18 +02:00
parent d6bb8dcc23
commit aa76dec33a
5 changed files with 25 additions and 25 deletions

View File

@@ -30,7 +30,14 @@ EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl getpart.pm \
serverhelp.pm tftpserver.pl rtspserver.pl directories.pm symbol-scan.pl \
certs/srp-verifier-conf certs/srp-verifier-db
SUBDIRS = data server libtest unit
if BUILD_UNITTESTS
BUILD_UNIT = unit
else
BUILD_UNIT =
endif
SUBDIRS = data server libtest $(BUILD_UNIT)
DIST_SUBDIRS = $(SUBDIRS) unit
PERLFLAGS = -I$(srcdir)