summaryrefslogtreecommitdiff
path: root/icespider/compile/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'icespider/compile/Jamfile.jam')
-rw-r--r--icespider/compile/Jamfile.jam6
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
;