24 lines
410 B
Text
24 lines
410 B
Text
|
|
||
|
pkglib_LTLIBRARIES = \
|
||
|
shape.input.la
|
||
|
|
||
|
shape_input_la_SOURCES = \
|
||
|
dbffile.cpp \
|
||
|
dbf_test.cpp \
|
||
|
shape.cpp \
|
||
|
shape_featureset.cpp \
|
||
|
shapefile.cpp \
|
||
|
shape_index_featureset.cpp \
|
||
|
shape_io.cpp \
|
||
|
shp_index.cpp
|
||
|
|
||
|
shape_input_la_CXXFLAGS = \
|
||
|
-I../../../include
|
||
|
|
||
|
shape_input_la_LDFLAGS = \
|
||
|
-module \
|
||
|
-avoid-version
|
||
|
|
||
|
## File created by the gnome-build tools
|
||
|
|