[project @ 2000-04-13 14:11:00 by simonmar]
[ghc-hetmet.git] / ghc / Makefile
index d247d62..f9c691c 100644 (file)
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.8 1998/12/02 13:17:13 simonm Exp $
+# $Id: Makefile,v 1.10 2000/01/31 15:12:07 simonmar Exp $
 #
 
 TOP=.
@@ -31,4 +31,10 @@ ifeq "$(BIN_DIST)" "1"
 SUBDIRS := $(filter-out docs,$(SUBDIRS))
 endif
 
+ifeq ($(IncludeTestDirsInBuild),YES)
+SUBDIRS += tests
+endif
+
+SRC_DIST_FILES += configure
+
 include $(TOP)/mk/target.mk