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 /site | |
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 'site')
-rw-r--r-- | site/Jamfile.jam | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/Jamfile.jam b/site/Jamfile.jam index 9f9f9fc..7bdba93 100644 --- a/site/Jamfile.jam +++ b/site/Jamfile.jam @@ -37,8 +37,8 @@ alias mirrorsearchsite : : <slicer>yes : : - <library>../service//mirrorsearch - <implicit-dependency>../service//mirrorsearch + <library>../service//mirrorsearch-api + <implicit-dependency>../service//mirrorsearch-api <library>icespider <library>slicer-json <include>. @@ -69,5 +69,6 @@ run <library>boost_filesystem <library>icespider-testing <library>boost_unit_test_framework + <library>../service//mirrorsearch-service : testmirrorsearchsite ; |