Recreate the navit git/gerrit project that vanished
[profile/ivi/navit.git] / navit / map / shapefile / Makefile.am
1 include $(top_srcdir)/Makefile.inc
2 AM_CPPFLAGS = @NAVIT_CFLAGS@ @SHAPEFILE_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_shapefile
3 if PLUGINS
4   modulemap_LTLIBRARIES = libmap_shapefile.la
5 else
6   noinst_LTLIBRARIES = libmap_shapefile.la
7 endif
8 libmap_shapefile_la_SOURCES = shapefile.c
9 libmap_shapefile_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@
10 if HAVE_SYSTEM_SHAPEFILELIB
11 libmap_shapefile_la_LIBADD = @SHAPEFILE_LIBS@
12 else
13 libmap_shapefile_la_LIBADD = $(top_builddir)/navit/support/shapefile/libsupport_shapefile.la
14 endif