diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-10-05 00:57:35 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-10-05 00:57:35 +0100 |
commit | 979d2c269a67462716b75bc1c2964e71d8c72540 (patch) | |
tree | eab6c54add80f5e7ae8a571aaf51d7d0d38fef3f /icespider/compile/Jamfile.jam | |
parent | Fix where to find uploaded content type (diff) | |
download | icespider-979d2c269a67462716b75bc1c2964e71d8c72540.tar.bz2 icespider-979d2c269a67462716b75bc1c2964e71d8c72540.tar.xz icespider-979d2c269a67462716b75bc1c2964e71d8c72540.zip |
Build slicer bits for http into common
Diffstat (limited to 'icespider/compile/Jamfile.jam')
-rw-r--r-- | icespider/compile/Jamfile.jam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/icespider/compile/Jamfile.jam b/icespider/compile/Jamfile.jam index 9b07429..986b3c3 100644 --- a/icespider/compile/Jamfile.jam +++ b/icespider/compile/Jamfile.jam @@ -8,7 +8,7 @@ lib Slice ; lib icespider-compile : [ glob-tree *.cpp : bin main.cpp ] - [ glob ../common/*.ice ] + ../common/routes.ice : <slicer>pure <allow-ice>yes @@ -18,7 +18,7 @@ lib icespider-compile : <library>boost_system <library>boost_filesystem <library>Slice - <library>../common + <library>../common//icespider-common <implicit-dependency>../common <library>..//Ice <library>..//IceUtil @@ -26,7 +26,7 @@ lib icespider-compile : : : <library>boost_system <library>boost_filesystem - <library>../common + <library>../common//icespider-common <implicit-dependency>../common ; |