mapnik/plugins/input/shape/Makefile.am
Dominic Hargreaves 5fcce0a17e merge [647]
2008-03-21 14:14:33 +00:00

24 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