only build tests if ENABLE_TESTS is on

This commit is contained in:
alecf%netscape.com 1999-03-20 02:13:12 +00:00
Родитель d2706eea59
Коммит fe5103c953
4 изменённых файлов: 11 добавлений и 2 удалений

1
db/mork/.cvsignore Normal file
Просмотреть файл

@ -0,0 +1 @@
Makefile

Просмотреть файл

@ -22,7 +22,11 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = src # tests public
DIRS = public src
ifdef ENABLE_TESTS
DIRS += tests
endif
include $(topsrcdir)/config/config.mk

Просмотреть файл

Просмотреть файл

@ -22,7 +22,11 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = src # tests public
DIRS = public src
ifdef ENABLE_TESTS
DIRS += tests
endif
include $(topsrcdir)/config/config.mk