diff options
Diffstat (limited to 'service/Jamfile.jam')
-rw-r--r-- | service/Jamfile.jam | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/service/Jamfile.jam b/service/Jamfile.jam index 7c0026c..6ed5c7d 100644 --- a/service/Jamfile.jam +++ b/service/Jamfile.jam @@ -22,6 +22,7 @@ lib mirrorsearch-domain : lib mirrorsearch-api : api.ice + ex.cpp : <slicer>yes <library>..//Ice @@ -36,7 +37,10 @@ lib mirrorsearch-api : ; lib mirrorsearch-service : - [ glob *.cpp sql/*.sql : test.cpp ] + [ glob sql/*.sql ] + apiImpl.cpp + main.cpp + uptr.cpp : <library>mirrorsearch-domain <library>mirrorsearch-api |