mapnik/plugins/input/shape/Makefile.am

24 lines
338 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 = \
2008-02-08 20:41:57 +01:00
dbffile.cpp \
dbf_test.cpp \
shape.cpp \
shape_featureset.cpp \
shapefile.cpp \
shape_index_featureset.cpp \
shape_io.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