mapnik/utils/ogrindex/Makefile.am
2009-06-09 23:52:57 +00:00

29 lines
451 B
Makefile

if HAVE_BOOST_PROGRAM_OPTIONS
if HAVE_GDAL
bin_PROGRAMS = \
ogrindex
ogrindex_SOURCES = \
ogrindex.cpp
ogrindex_LDFLAGS = \
$(BOOST_PROGRAM_OPTIONS_LIB) \
../../src/libmapnik.la \
${AGG_LIBS}
ogrindex_DEPENDENCIES = \
../../src/libmapnik.la
ogrindex_CXXFLAGS = \
${PROFILING_CFLAGS} \
${TRACING_CFLAGS} \
-I../../include \
-I../../plugins/input/ogr \
${AGG_CFLAGS}
endif
endif
## File created by the gnome-build tools