summaryrefslogtreecommitdiff
path: root/mythfs/service/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'mythfs/service/Jamfile.jam')
-rw-r--r--mythfs/service/Jamfile.jam7
1 files changed, 6 insertions, 1 deletions
diff --git a/mythfs/service/Jamfile.jam b/mythfs/service/Jamfile.jam
index 7dc26cb..2a209e1 100644
--- a/mythfs/service/Jamfile.jam
+++ b/mythfs/service/Jamfile.jam
@@ -1,13 +1,15 @@
import icetray ;
+import package ;
lib mythfs :
- [ glob *.cpp *.ice sql/*.sql ]
+ [ glob *.cpp inodes/*.cpp *.ice sql/*.sql ]
:
<slicer>yes
<library>..//netfsComms
<library>..//adhocutil
<library>..//dbppcore
<library>..//boost_system
+ <library>..//boost_filesystem
<library>..//boost_date_time
<library>..//Ice
<library>..//IceBox
@@ -18,9 +20,12 @@ lib mythfs :
<library>..//slicer-db
<library>../..//glibmm
<icetray.sql.namespace>MythFS
+ <include>.
: :
<include>.
<library>..//netfsComms
<library>..//icetray
;
+package.install install : : : mythfs ;
+