mapnik/plugins/input/ogr/Makefile.am
Andreas Volz cab469eefb - added new et input plugin
- add missing files to plugins Makefile.am
- split debugging and tracing
- documentation
2009-03-22 22:26:42 +00:00

30 lines
417 B
Makefile

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