mapnik/plugins/input/gdal/Makefile.am
Andreas Volz bd2b9e2ea0 - add new files
- optional check for gdal
2008-08-02 20:39:26 +00:00

24 lines
343 B
Makefile

if HAVE_GDAL
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
endif
## File created by the gnome-build tools