summaryrefslogtreecommitdiff
path: root/navit/map
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-07-28 18:46:38 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-07-28 18:46:38 +0000
commit20b1e17479ceb015320acbf2dc874b8041cbcb3c (patch)
tree927272567eddff0073f93686ac50421ed23008fd /navit/map
parentd3a3d0fc9fb7f6d60164f0953b80c4571293e2a9 (diff)
downloadnavit-20b1e17479ceb015320acbf2dc874b8041cbcb3c.tar.gz
Fix:Build:Make map_shapefile build again on cmake
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4662 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/map')
-rw-r--r--navit/map/shapefile/CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/navit/map/shapefile/CMakeLists.txt b/navit/map/shapefile/CMakeLists.txt
index 7401f7e11..906537a73 100644
--- a/navit/map/shapefile/CMakeLists.txt
+++ b/navit/map/shapefile/CMakeLists.txt
@@ -1,6 +1 @@
-set (map_shapefile_SRC shapefile.c)
-if (NOT HAVE_SYSTEM_SHAPEFILELIB)
- set (map_shapefile_SRC ${map_shapefile_SRC} dbfopen.c shpopen.c shptree.c)
-endif()
-
-module_add_library(map_shapefile ${map_shapefile_SRC})
+module_add_library(map_shapefile shapefile.c)