mapnik/plugins/input/gdal/Makefile.am

18 lines
247 B
Text
Raw Normal View History

pkglib_LTLIBRARIES = \
2007-09-17 22:16:43 +02:00
gdal.la
2007-09-17 22:16:43 +02:00
gdal_la_SOURCES = \
gdal_datasource.cpp\
gdal_featureset.cpp
2007-09-17 22:16:43 +02:00
gdal_la_CXXFLAGS = \
-I../../../include
2007-09-17 22:16:43 +02:00
gdal_la_LDFLAGS = \
-module \
2007-09-17 22:16:43 +02:00
-avoid-version \
-shrext .input
## File created by the gnome-build tools