mapnik/plugins/input/ogr/Makefile.am
2009-02-18 22:17:00 +00:00

24 lines
336 B
Makefile

if HAVE_GDAL
pkglib_LTLIBRARIES = \
ogr.la
ogr_la_SOURCES = \
ogr_datasource.cpp\
ogr_featureset.cpp
ogr_la_LIBADD = \
${GDAL_LDFLAGS}
ogr_la_CXXFLAGS = \
${GDAL_CFLAGS} \
-I../../../include
ogr_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
endif
## File created by the gnome-build tools