diff options
Diffstat (limited to 'service/Jamfile.jam')
-rw-r--r-- | service/Jamfile.jam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service/Jamfile.jam b/service/Jamfile.jam index 315457a..1bbd33a 100644 --- a/service/Jamfile.jam +++ b/service/Jamfile.jam @@ -33,7 +33,7 @@ lib mirrorsearch-api : <implicit-dependency>mirrorsearch-domain ; -lib mirrorsearch-service : +lib mirrorsearch-service++11 : [ glob sql/*.sql ] apiImpl.cpp main.cpp @@ -87,7 +87,7 @@ run test.cpp <library>..//IceBox <library>..//pthread <library>dryice - <library>mirrorsearch-service - <implicit-dependency>mirrorsearch-service + <library>mirrorsearch-service++11 + <implicit-dependency>mirrorsearch-service++11 ; |