more cleanup after removal of unneeded cpp file 'shapefile.cpp'

This commit is contained in:
Dane Springmeyer 2011-01-05 02:07:12 +00:00
parent e98161edf1
commit 65e96cf2b7
3 changed files with 1 additions and 4 deletions
plugins/input/shape
utils/shapeindex

View file

@ -10,7 +10,6 @@ shape_la_SOURCES = \
shape.hpp\ shape.hpp\
shape_featureset.cpp\ shape_featureset.cpp\
shape_featureset.hpp\ shape_featureset.hpp\
shapefile.cpp\
shapefile.hpp\ shapefile.hpp\
shape_index_featureset.cpp\ shape_index_featureset.cpp\
shape_index_featureset.hpp\ shape_index_featureset.hpp\

View file

@ -5,8 +5,7 @@ bin_PROGRAMS = \
shapeindex_SOURCES = \ shapeindex_SOURCES = \
quadtree.hpp\ quadtree.hpp\
shapeindex.cpp \ shapeindex.cpp
../../plugins/input/shape/shapefile.cpp
shapeindex_LDFLAGS = \ shapeindex_LDFLAGS = \
$(BOOST_PROGRAM_OPTIONS_LIB) \ $(BOOST_PROGRAM_OPTIONS_LIB) \

View file

@ -32,7 +32,6 @@ source = Split(
""" """
shapeindex.cpp shapeindex.cpp
#src/box2d.cpp #src/box2d.cpp
#plugins/input/shape/shapefile.cpp
""" """
) )