Add buildinfo files to the bindist 2009-06-25
authorIan Lynagh <igloo@earth.li>
Thu, 25 Jun 2009 13:22:20 +0000 (13:22 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 25 Jun 2009 13:22:20 +0000 (13:22 +0000)
rules/build-package.mk

index c598ef8..e80baa0 100644 (file)
@@ -150,7 +150,7 @@ endif # package-data.mk exists
 
 # Don't put bootstrapping packages in the bindist
 ifneq "$3" "0"
-BINDIST_EXTRAS += $1/*.cabal $1/$2/setup-config $1/LICENSE
+BINDIST_EXTRAS += $1/*.cabal $1/*.buildinfo $1/$2/setup-config $1/LICENSE
 BINDIST_EXTRAS += $$($1_$2_INSTALL_INCLUDES_SRCS)
 endif