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
commite05b882805f1339414cd561c797161100a632ada (patch)
tree6e2e163def1fda6340f137e9414049a985c4586f
parentSplit xmlRawRows into 2 variants (preloaded and load from URL) (diff)
downloadproject2-e05b882805f1339414cd561c797161100a632ada.tar.bz2
project2-e05b882805f1339414cd561c797161100a632ada.tar.xz
project2-e05b882805f1339414cd561c797161100a632ada.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
;