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.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\
|
||||||
|
|
|
@ -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) \
|
||||||
|
|
|
@ -32,7 +32,6 @@ source = Split(
|
||||||
"""
|
"""
|
||||||
shapeindex.cpp
|
shapeindex.cpp
|
||||||
#src/box2d.cpp
|
#src/box2d.cpp
|
||||||
#plugins/input/shape/shapefile.cpp
|
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue