mapnik/plugins/input/shape/Makefile.am

25 lines
404 B
Text
Raw Normal View History

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 \
dbf_test.cpp \
shape.cpp \
shape_featureset.cpp \
shapefile.cpp \
shape_index_featureset.cpp \
shape_io.cpp \
shp_index.cpp
2007-09-17 22:16:43 +02:00
shape_la_CXXFLAGS = \
-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