Adding tests to build to match Win32

This commit is contained in:
mcafee%netscape.com 1999-02-07 00:20:29 +00:00
parent 81a04b4c72
commit 85e322e80a

View File

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