Author: wyoung
Date: Wed May 19 01:58:51 2010
New Revision: 2658

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2658&view=rev
Log:
Added ssx/* to disttree

Modified:
    trunk/mysql++.bkl

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=2658&r1=2657&r2=2658&view=diff
==============================================================================
--- trunk/mysql++.bkl (original)
+++ trunk/mysql++.bkl Wed May 19 01:58:51 2010
@@ -468,7 +468,7 @@
       <!-- Set up package directory -->
       <command>
         for d in config doc/html/refman doc/html/userman \
-            doc/refman doc/userman examples lib test ; \
+            doc/refman doc/userman examples lib ssx test ; \
         do \
           mkdir -p $(PKGNAME)/$(DDD) ; \
         done
@@ -547,6 +547,11 @@
         cp test/*.cpp $(PKGNAME)/test
       </command>
 
+      <!-- ssx subdir -->
+      <command>
+        cp ssx/*.cpp ssx/*.h ssx/*.in $(PKGNAME)/ssx
+      </command>
+
       <!-- re-bootstrap it to get a standard configuration -->
       <command>cd $(PKGNAME) ; ./bootstrap nodoc nomaint</command>
       <command>rm -f $(PKGNAME)/Makefile</command>


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

Reply via email to