From 2e91abc1f5927bb7eb8b027549ecab5d54b6c48e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 9 Oct 2009 21:56:04 +0000 Subject: [PATCH] Add the include files to bindists --- ghc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc.mk b/ghc.mk index 705e852..374bd53 100644 --- a/ghc.mk +++ b/ghc.mk @@ -865,6 +865,7 @@ $(eval $(call bindist,.,\ $(BINDIST_EXTRAS) \ $(includes_H_CONFIG) \ $(includes_H_PLATFORM) \ + $(includes_H_FILES) \ includes/ghcconfig.h \ includes/rts/Config.h \ $(INSTALL_HEADERS) \ -- 1.7.10.4