more cleanup after removal of unneeded cpp file 'shapefile.cpp'
This commit is contained in:
parent
e98161edf1
commit
65e96cf2b7
3 changed files with 1 additions and 4 deletions
|
@ -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\
|
||||
|
|
|
@ -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) \
|
||||
|
|
|
@ -32,7 +32,6 @@ source = Split(
|
|||
"""
|
||||
shapeindex.cpp
|
||||
#src/box2d.cpp
|
||||
#plugins/input/shape/shapefile.cpp
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue