update from autotools

This commit is contained in:
Andreas Volz 2009-06-09 23:52:57 +00:00
parent 7eb01c0be4
commit fd252e202e
3 changed files with 9 additions and 3 deletions

View file

@ -315,6 +315,7 @@ plugins/input/kismet/Makefile
utils/Makefile
utils/pgsql2sqlite/Makefile
utils/shapeindex/Makefile
utils/ogrindex/Makefile
src/Makefile
mapnik.pc
mapnik-uninstalled.pc

View file

@ -9,8 +9,12 @@ ogr_la_SOURCES = \
ogr_datasource.cpp\
ogr_datasource.hpp\
ogr_featureset.cpp\
ogr_featureset.hpp
ogr_featureset.hpp\
ogr_converter.cpp\
ogr_converter.hpp\
ogr_index.hpp\
ogr_index_featureset.hpp\
ogr_feature_ptr.hpp
ogr_la_LIBADD = \
${GDAL_LDFLAGS}

View file

@ -1,10 +1,10 @@
if HAVE_BOOST_PROGRAM_OPTIONS
if HAVE_GDAL
bin_PROGRAMS = \
ogrindex
ogrindex_SOURCES = \
quadtree.hpp\
ogrindex.cpp
ogrindex_LDFLAGS = \
@ -23,6 +23,7 @@ ogrindex_CXXFLAGS = \
${AGG_CFLAGS}
endif
endif
## File created by the gnome-build tools