From 85e322e80aac6863f82994e2189295f56ea632d5 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sun, 7 Feb 1999 00:20:29 +0000 Subject: [PATCH] Adding tests to build to match Win32 --- base/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/base/Makefile.in b/base/Makefile.in index 6903f7b15537..0780c0f64ac9 100644 --- a/base/Makefile.in +++ b/base/Makefile.in @@ -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