add Data.Function
[haskell-directory.git] / include / Makefile
index 69bca7e..74b8dff 100644 (file)
@@ -3,17 +3,12 @@
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
--include ../config.mk
 
 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