Author: wyoung
Date: Thu Feb  2 15:06:50 2006
New Revision: 1163

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1163&view=rev
Log:
Added dependencies to top-level Bakefile that allow you to build
everything by saying 'make' at top level.

Modified:
    branches/v2.1-bakefile/mysql++.bkl

Modified: branches/v2.1-bakefile/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/mysql%2B%2B.bkl?rev=1163&r1=1162&r2=1163&view=diff
==============================================================================
--- branches/v2.1-bakefile/mysql++.bkl (original)
+++ branches/v2.1-bakefile/mysql++.bkl Thu Feb  2 15:06:50 2006
@@ -4,10 +4,12 @@
 
        <subproject id="lib">
                <dir>lib</dir>
+               <dependency-of>all</dependency-of>
        </subproject>
 
        <subproject id="examples">
                <dir>examples</dir>
                <installable>no</installable>
+               <dependency-of>all</dependency-of>
        </subproject>
 </makefile>


Reply via email to