Fixed build error dependency

This commit is contained in:
MapsWithMe OSM User 2013-05-14 07:44:21 +02:00 committed by Alex Zolotarev
parent 67835c3050
commit c4ffa26471
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,5 @@ SUBDIRS = expat freetype fribidi zlib bzip2 jansson tomcrypt protobuf sqlite3
!iphone*:!bada*:!android* {
SUBDIRS += gflags \
sgitess \
sqlite3/sqlite3_tests
sgitess
}

View file

@ -10,6 +10,7 @@ HEADERS += defines.hpp
SUBDIRS = 3party \
base base/base_tests \
coding coding/coding_tests \
3party/sqlite3/sqlite3_tests \
geometry \
indexer \
platform \