17 lines
253 B
Text
17 lines
253 B
Text
|
|
||
|
pkglib_LTLIBRARIES = \
|
||
|
gdal.input.la
|
||
|
|
||
|
gdal_input_la_SOURCES = \
|
||
|
gdal_datasource.cpp\
|
||
|
gdal_featureset.cpp
|
||
|
|
||
|
gdal_input_la_CXXFLAGS = \
|
||
|
-I../../../include
|
||
|
|
||
|
gdal_input_la_LDFLAGS = \
|
||
|
-module \
|
||
|
-avoid-version
|
||
|
|
||
|
## File created by the gnome-build tools
|