diff options
Diffstat (limited to 'service/Jamfile.jam')
-rw-r--r-- | service/Jamfile.jam | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/service/Jamfile.jam b/service/Jamfile.jam index 6ed5c7d..3c2862d 100644 --- a/service/Jamfile.jam +++ b/service/Jamfile.jam @@ -1,5 +1,4 @@ import icetray ; -import package ; import testing ; lib boost_utf : : <name>boost_unit_test_framework ; @@ -96,6 +95,3 @@ run test.cpp <implicit-dependency>mirrorsearch-service ; -package.install install : : : mirrorsearch-service ; - - |