summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-08-26 12:02:22 +0000
committerrandomdan <randomdan@localhost>2011-08-26 12:02:22 +0000
commitdf786e9c84b1c8b0534ca5f5cbb95af54c06e010 (patch)
tree6e2e163def1fda6340f137e9414049a985c4586f
parentSplit xmlRawRows into 2 variants (preloaded and load from URL) (diff)
downloadproject2-df786e9c84b1c8b0534ca5f5cbb95af54c06e010.tar.bz2
project2-df786e9c84b1c8b0534ca5f5cbb95af54c06e010.tar.xz
project2-df786e9c84b1c8b0534ca5f5cbb95af54c06e010.zip
Fix linking of uuid for xml
-rw-r--r--project2/Jamfile.jam3
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/Jamfile.jam b/project2/Jamfile.jam
index baccf01..e5b09da 100644
--- a/project2/Jamfile.jam
+++ b/project2/Jamfile.jam
@@ -94,6 +94,8 @@ lib p2xml :
<library>p2url
<library>libxslt
<library>boost_filesystem
+ : :
+ <library>p2uuid
;
lib p2processes :
@@ -195,7 +197,6 @@ lib p2web :
<library>p2xml
: :
<library>p2parts
- <library>p2uuid
<library>cgicc
<library>p2common
;