1
0
Fork 0
mirror of https://github.com/mapnik/mapnik.git synced 2025-09-17 16:02:56 +02:00
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