mapnik/plugins/input/ogr/Makefile.am

25 lines
336 B
Text
Raw Normal View History

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