diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-24 21:31:54 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-24 21:31:54 +0100 |
commit | a478cbc53c64ff1d8ead6e7d607dbe58818ed268 (patch) | |
tree | 4ed25f3549ecf4aaad65dcb8ea399f7396c66632 /mythfs/service/Jamfile.jam | |
parent | Standalone split (diff) | |
download | mythfs-a478cbc53c64ff1d8ead6e7d607dbe58818ed268.tar.bz2 mythfs-a478cbc53c64ff1d8ead6e7d607dbe58818ed268.tar.xz mythfs-a478cbc53c64ff1d8ead6e7d607dbe58818ed268.zip |
Re-enable -flto and use newly named netfs-api.so
Diffstat (limited to 'mythfs/service/Jamfile.jam')
-rw-r--r-- | mythfs/service/Jamfile.jam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mythfs/service/Jamfile.jam b/mythfs/service/Jamfile.jam index 05e65ac..6ef0337 100644 --- a/mythfs/service/Jamfile.jam +++ b/mythfs/service/Jamfile.jam @@ -5,7 +5,7 @@ lib mythfs : [ glob *.cpp inodes/*.cpp *.ice sql/*.sql ] : <slicer>yes - <library>..//netfsComms + <library>..//netfs-api <library>..//adhocutil <library>..//dbppcore <library>..//boost_system @@ -24,7 +24,7 @@ lib mythfs : <include>. : : <include>. - <library>..//netfsComms + <library>..//netfs-api <library>..//icetray ; |