mapnik/plugins/input/gdal/Makefile.am

32 lines
467 B
Text
Raw Normal View History

pkglibdir = $(libdir)/mapnik/input
if HAVE_GDAL
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_datasource.hpp\
gdal_featureset.cpp\
gdal_featureset.hpp
2008-06-10 23:13:50 +02:00
gdal_la_LIBADD = \
${GDAL_LDFLAGS}
2007-09-17 22:16:43 +02:00
gdal_la_CXXFLAGS = \
-Wall \
${PROFILING_CFLAGS} \
${TRACING_CFLAGS} \
${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
endif
## File created by the gnome-build tools