[generator] Cleaned up not needed dependencies

This commit is contained in:
Alex Zolotarev 2014-09-14 13:11:43 -07:00 committed by Alex Zolotarev
parent a2124c63d5
commit ad13b65f4b
2 changed files with 1 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Generator binary
ROOT_DIR = ../..
DEPENDENCIES = generator storage search indexer platform geometry coding base \
DEPENDENCIES = generator storage indexer platform geometry coding base \
gflags expat sgitess jansson protobuf tomcrypt
include($$ROOT_DIR/common.pri)

View file

@ -18,15 +18,8 @@ SUBDIRS = 3party \
base \
coding \
geometry \
stats \
indexer \
platform \
routing \
anim \
graphics \
gui \
storage \
search \
map \
generator \
generator/generator_tool \