diff options
author | randomdan <randomdan@localhost> | 2013-04-04 23:39:42 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2013-04-04 23:39:42 +0000 |
commit | fc3fe401efc928377fd87f6ff52e24cd52f922be (patch) | |
tree | 44c111268b148d57244c7008b1691c8e5f967e3b /project2/sql | |
parent | Rename p2web library to p2cgicommon (diff) | |
download | project2-fc3fe401efc928377fd87f6ff52e24cd52f922be.tar.bz2 project2-fc3fe401efc928377fd87f6ff52e24cd52f922be.tar.xz project2-fc3fe401efc928377fd87f6ff52e24cd52f922be.zip |
Move non p2 specific components into a supporting library, build libmisc into this too
Diffstat (limited to 'project2/sql')
-rw-r--r-- | project2/sql/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/sql/Jamfile.jam b/project2/sql/Jamfile.jam index f73fd65..dffab25 100644 --- a/project2/sql/Jamfile.jam +++ b/project2/sql/Jamfile.jam @@ -51,6 +51,7 @@ lib p2sql : <mysql>yes:<library>sql-modMySQL <library>glibmm <library>../common//p2common + <library>../lib//p2lib <include>../../libmisc ; |