[project @ 2005-03-02 16:39:56 by ross]
[haskell-directory.git] / include / Makefile
index ad4522d..69bca7e 100644 (file)
@@ -1,8 +1,9 @@
 # -----------------------------------------------------------------------------
-# $Id: Makefile,v 1.3 2002/06/20 16:11:45 simonmar Exp $
+# $Id: Makefile,v 1.6 2005/03/02 16:39:57 ross Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
+-include ../config.mk
 
 H_FILES = $(wildcard *.h)
 
@@ -10,7 +11,9 @@ includedir = $(libdir)/include
 INSTALL_INCLUDES = $(H_FILES)
 
 ifneq "$(HavePosixRegex)" "YES"
-INSTALL_INCLUDES += ../cbits/regex/regex.h
+INSTALL_INCLUDES += ./regex/regex.h
 endif
 
+DIST_CLEAN_FILES += HsBaseConfig.h
+
 include $(TOP)/mk/target.mk