From 65e96cf2b7078b12953424920562ac7aaecb89d8 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 5 Jan 2011 02:07:12 +0000 Subject: [PATCH] more cleanup after removal of unneeded cpp file 'shapefile.cpp' --- plugins/input/shape/Makefile.am | 1 - utils/shapeindex/Makefile.am | 3 +-- utils/shapeindex/SConscript | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) 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 """ )