diff options
author | randomdan <randomdan@localhost> | 2010-10-06 15:59:03 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-10-06 15:59:03 +0000 |
commit | 2f768f21fb0a6b91b386ef987b99bbe42c230c68 (patch) | |
tree | c5e35bcda08c962fe19dfe5edbeaabad7847e188 | |
parent | Commit work-to-date of port to using Ice for comms and Boost for paths (diff) | |
download | netfs-2f768f21fb0a6b91b386ef987b99bbe42c230c68.tar.bz2 netfs-2f768f21fb0a6b91b386ef987b99bbe42c230c68.tar.xz netfs-2f768f21fb0a6b91b386ef987b99bbe42c230c68.zip |
Ahhhh so bjam IS all knowing
-rw-r--r-- | netfs/Jamfile.jam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netfs/Jamfile.jam b/netfs/Jamfile.jam index 1bd8c19..2e688cc 100644 --- a/netfs/Jamfile.jam +++ b/netfs/Jamfile.jam @@ -84,7 +84,7 @@ exe netfs : ../libmisc : <include>../libmisc/ - <include>bin/gcc-4.4.4/debug/link-static/ + <implicit-dependency>common <library>common <library>boost_regex <library>fuse @@ -97,7 +97,7 @@ exe netfsd : ../libmisc : <include>../libmisc/ - <include>bin/gcc-4.4.4/debug/link-static/ + <implicit-dependency>common <library>common <library>boost_regex <library>Ice |