X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FMakefile;h=74b8dffc3c64cb6fe4d720cc3f5e4e14078a9f89;hb=c1a7d1856f1af6450ae3e04072b9d36960bc2257;hp=617e229b586e4d60bc0d89eb5ac4b04cc1ac5913;hpb=63d6a6635e0d8ff6058552d3ae5fe526067317d7;p=haskell-directory.git diff --git a/include/Makefile b/include/Makefile index 617e229..74b8dff 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,13 +1,14 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.1 2001/08/17 12:47:47 simonmar Exp $ +# $Id: Makefile,v 1.6 2005/03/02 16:39:57 ross Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk H_FILES = $(wildcard *.h) -override datadir:=$(libdir)/include -INSTALL_DATAS = $(H_FILES) +includedir = $(libdir)/include +INSTALL_INCLUDES = $(H_FILES) -include $(TOP)/mk/target.mk +DIST_CLEAN_FILES += HsBaseConfig.h +include $(TOP)/mk/target.mk