summaryrefslogtreecommitdiff
path: root/icespider/common
diff options
context:
space:
mode:
Diffstat (limited to 'icespider/common')
-rw-r--r--icespider/common/Jamfile.jam10
1 files changed, 10 insertions, 0 deletions
diff --git a/icespider/common/Jamfile.jam b/icespider/common/Jamfile.jam
index 8eceefb..a3acf6b 100644
--- a/icespider/common/Jamfile.jam
+++ b/icespider/common/Jamfile.jam
@@ -1,13 +1,23 @@
lib adhocutil : : : : <include>/usr/include/adhocutil ;
+lib slicer : : : : <include>/usr/include/slicer ;
+
+cpp http-slicer :
+ http.ice
+ :
+ <slicer>pure
+ <allow-ice>yes
+ ;
lib icespider-common :
[ glob-tree *.ice *.cpp : bin ]
+ http-slicer
:
<library>adhocutil
<allow-ice>yes
<library>..//pthread
<library>..//Ice
<library>..//IceUtil
+ <library>slicer
: :
<library>..//pthread
<library>..//Ice