[build] Fixed linux build.

This commit is contained in:
Yuri Gorshenin 2015-05-13 16:52:26 +03:00 committed by Alex Zolotarev
parent 334bc1a231
commit ff2161f76e
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
ROOT_DIR = ../..
DEPENDENCIES = generator routing storage indexer platform geometry coding base \
osrm gflags expat sgitess jansson protobuf tomcrypt o5mreader \
succinct
succinct stats_client
include($$ROOT_DIR/common.pri)

View file

@ -6,7 +6,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = routing indexer platform geometry coding base osrm protobuf tomcrypt succinct jansson
DEPENDENCIES = routing indexer platform geometry coding base osrm protobuf tomcrypt succinct jansson stats_client
macx-*: LIBS *= "-framework Foundation" "-framework IOKit"