Remove Data.FiniteMap, add Control.Applicative, Data.Traversable, and
[haskell-directory.git] / include / Makefile
index 4b70356..74b8dff 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.4 2004/10/05 07:43:07 mthomas Exp $
+# $Id: Makefile,v 1.6 2005/03/02 16:39:57 ross Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
@@ -9,8 +9,6 @@ H_FILES = $(wildcard *.h)
 includedir = $(libdir)/include
 INSTALL_INCLUDES = $(H_FILES)
 
-ifneq "$(HavePosixRegex)" "YES"
-INSTALL_INCLUDES += ./regex/regex.h
-endif
+DIST_CLEAN_FILES += HsBaseConfig.h
 
 include $(TOP)/mk/target.mk