summaryrefslogtreecommitdiff
path: root/navit/map/shapefile/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'navit/map/shapefile/Makefile.am')
-rw-r--r--navit/map/shapefile/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/navit/map/shapefile/Makefile.am b/navit/map/shapefile/Makefile.am
deleted file mode 100644
index f23fb8278..000000000
--- a/navit/map/shapefile/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-include $(top_srcdir)/Makefile.inc
-AM_CPPFLAGS = @NAVIT_CFLAGS@ @SHAPEFILE_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_shapefile
-if PLUGINS
- modulemap_LTLIBRARIES = libmap_shapefile.la
-else
- noinst_LTLIBRARIES = libmap_shapefile.la
-endif
-libmap_shapefile_la_SOURCES = shapefile.c
-libmap_shapefile_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@
-if HAVE_SYSTEM_SHAPEFILELIB
-libmap_shapefile_la_LIBADD = @SHAPEFILE_LIBS@
-else
-libmap_shapefile_la_LIBADD = $(top_builddir)/navit/support/shapefile/libsupport_shapefile.la
-endif