mapnik/plugins/input/shape/Makefile.am

34 lines
533 B
Text
Raw Normal View History

pkglibdir = $(libdir)/mapnik/input
pkglib_LTLIBRARIES = \
2007-09-17 22:16:43 +02:00
shape.la
2007-09-17 22:16:43 +02:00
shape_la_SOURCES = \
dbffile.cpp\
dbffile.hpp\
shape.cpp\
shape.hpp\
shape_featureset.cpp\
shape_featureset.hpp\
shapefile.cpp\
shapefile.hpp\
shape_index_featureset.cpp\
shape_index_featureset.hpp\
shape_io.cpp\
shape_io.hpp\
shp_index.hpp
2007-09-17 22:16:43 +02:00
shape_la_CXXFLAGS = \
-Wall \
${PROFILING_CFLAGS} \
${TRACING_CFLAGS} \
-I../../../include
2007-09-17 22:16:43 +02:00
shape_la_LDFLAGS = \
-module \
2007-09-17 22:16:43 +02:00
-avoid-version \
-shrext .input
## File created by the gnome-build tools