mapnik/plugins/input/gdal/Makefile.am
2007-09-17 20:16:43 +00:00

17 lines
247 B
Makefile

pkglib_LTLIBRARIES = \
gdal.la
gdal_la_SOURCES = \
gdal_datasource.cpp\
gdal_featureset.cpp
gdal_la_CXXFLAGS = \
-I../../../include
gdal_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
## File created by the gnome-build tools