diff --git a/plugins/input/shape/Makefile.am b/plugins/input/shape/Makefile.am index 37b09f2db..631bb7241 100644 --- a/plugins/input/shape/Makefile.am +++ b/plugins/input/shape/Makefile.am @@ -10,7 +10,6 @@ shape_la_SOURCES = \ shape.hpp\ shape_featureset.cpp\ shape_featureset.hpp\ - shapefile.cpp\ shapefile.hpp\ shape_index_featureset.cpp\ shape_index_featureset.hpp\ diff --git a/utils/shapeindex/Makefile.am b/utils/shapeindex/Makefile.am index da98554ff..14740d355 100644 --- a/utils/shapeindex/Makefile.am +++ b/utils/shapeindex/Makefile.am @@ -5,8 +5,7 @@ bin_PROGRAMS = \ shapeindex_SOURCES = \ quadtree.hpp\ - shapeindex.cpp \ - ../../plugins/input/shape/shapefile.cpp + shapeindex.cpp shapeindex_LDFLAGS = \ $(BOOST_PROGRAM_OPTIONS_LIB) \ diff --git a/utils/shapeindex/SConscript b/utils/shapeindex/SConscript index a5fc86b6e..12508aa47 100644 --- a/utils/shapeindex/SConscript +++ b/utils/shapeindex/SConscript @@ -32,7 +32,6 @@ source = Split( """ shapeindex.cpp #src/box2d.cpp - #plugins/input/shape/shapefile.cpp """ )