update from autotools
This commit is contained in:
parent
7eb01c0be4
commit
fd252e202e
3 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue