mapnik/plugins/input/shape/Makefile.am
2008-02-08 19:41:57 +00:00

23 lines
338 B
Makefile

pkglib_LTLIBRARIES = \
shape.la
shape_la_SOURCES = \
dbffile.cpp \
dbf_test.cpp \
shape.cpp \
shape_featureset.cpp \
shapefile.cpp \
shape_index_featureset.cpp \
shape_io.cpp
shape_la_CXXFLAGS = \
-I../../../include
shape_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
## File created by the gnome-build tools