From 2aec2ef4793563628ed985a92541ac75fa1bf1af Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sat, 6 Feb 1999 11:50:14 +0000 Subject: [PATCH] Adding tests to match Win32 --- xpcom/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xpcom/Makefile.in b/xpcom/Makefile.in index 3850df43e4a..9881392d430 100644 --- a/xpcom/Makefile.in +++ b/xpcom/Makefile.in @@ -21,8 +21,6 @@ srcdir = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public src - -#DIRS += tests +DIRS = public src tests include $(topsrcdir)/config/rules.mk