summaryrefslogtreecommitdiff
path: root/project2/json/Jamfile.jam
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-04-04 23:39:42 +0000
committerrandomdan <randomdan@localhost>2013-04-04 23:39:42 +0000
commitfc3fe401efc928377fd87f6ff52e24cd52f922be (patch)
tree44c111268b148d57244c7008b1691c8e5f967e3b /project2/json/Jamfile.jam
parentRename p2web library to p2cgicommon (diff)
downloadproject2-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/json/Jamfile.jam')
-rw-r--r--project2/json/Jamfile.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/json/Jamfile.jam b/project2/json/Jamfile.jam
index 323e4fe..88bf92e 100644
--- a/project2/json/Jamfile.jam
+++ b/project2/json/Jamfile.jam
@@ -16,6 +16,7 @@ lib p2json :
<include>../libmisc
<library>glibmm
<library>../common//p2common
+ <library>../lib//p2lib
<library>../uuid//p2uuid
<library>../url//p2url
<library>boost_filesystem