Author: wyoung
Date: Fri Jun 21 00:52:58 2013
New Revision: 2738

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2738&view=rev
Log:
Modified "dist" rule to include *.in, rather than depend on other rules
to pick everything up.  (e.g. Makefile.* would pick up Makefile.in as
well as all the other generated Makefile.*)  We were missing abi.xml.in.

Modified:
    trunk/mysql++.bkl

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2738&r1=2737&r2=2738&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Fri Jun 21 00:52:58 2013
@@ -508,8 +508,8 @@
       <!-- Copy files into package directory -->
       <!-- top directory -->
       <command>
-        cp -RL *.bat *.txt Bakefiles.bkgen bootstrap ChangeLog cleanmf \
-          config.guess config.h.in config.sub configure* dtest exrun \
+        cp -RL *.bat *.in *.txt Bakefiles.bkgen bootstrap ChangeLog \
+          cleanmf config.guess config.sub configure* dtest exrun \
           install* Makefile.* mysql++.* osver Wishlist $(PKGNAME)
       </command>
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to