mapnik/plugins/input/gdal/Makefile.am
2008-06-10 21:13:50 +00:00

21 lines
323 B
Makefile

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