diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-08 08:34:57 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-08 08:34:57 +0000 |
commit | 556589d180eebcf76c528e8a2f7676dc52c65464 (patch) | |
tree | cf690a2fc34c2610e4e6d72e220a639120aac5c3 /Jamroot.jam | |
parent | Use curl instead of libxml2's networking as we need more control over HTTP re... (diff) | |
download | mirrorsearch-556589d180eebcf76c528e8a2f7676dc52c65464.tar.bz2 mirrorsearch-556589d180eebcf76c528e8a2f7676dc52c65464.tar.xz mirrorsearch-556589d180eebcf76c528e8a2f7676dc52c65464.zip |
Split the builds into the usual domain, api and service components
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index bd9f1d7..09a140e 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -24,7 +24,6 @@ build-project site ; lib adhocutil : : : : <include>/usr/include/adhocutil ; lib slicer : : : : <include>/usr/include/slicer ; lib slicer-db : : : : <include>/usr/include/slicer ; -lib netfs-api : : : : <include>/usr/include/netfs ; lib icetray : : : : <include>/usr/include/icetray ; lib dbppcore : : : : <include>/usr/include/dbpp ; lib Ice ; |