mapnik/plugins/input/shape/Makefile.am
Andreas Volz cab469eefb - added new et input plugin
- add missing files to plugins Makefile.am
- split debugging and tracing
- documentation
2009-03-22 22:26:42 +00:00

32 lines
498 B
Makefile

pkglib_LTLIBRARIES = \
shape.la
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
shape_la_CXXFLAGS = \
-Wall \
${PROFILING_CFLAGS} \
${TRACING_CFLAGS} \
-I../../../include
shape_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
## File created by the gnome-build tools