summaryrefslogtreecommitdiff
path: root/navit/map/shapefile/Makefile.am
blob: 5980bd355ef534cf0d94c8b01eecd733c01a89a1 (plain)
1
2
3
4
5
6
7
8
9
include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_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 dbfopen.c shpopen.c shptree.c shapefil.h
libmap_shapefile_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@