mapnik/plugins/input/gdal/Makefile.am

22 lines
323 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
2008-06-10 23:13:50 +02:00
gdal_la_LIBADD = \
${GDAL_LDFLAGS}
2007-09-17 22:16:43 +02:00
gdal_la_CXXFLAGS = \
2008-06-10 23:13:50 +02:00
${GDAL_CFLAGS} \
-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