19 lines
284 B
Text
19 lines
284 B
Text
|
|
||
|
pkglib_LTLIBRARIES = \
|
||
|
raster.input.la
|
||
|
|
||
|
raster_input_la_SOURCES = \
|
||
|
raster_datasource.cpp\
|
||
|
raster_featureset.cpp\
|
||
|
raster_info.cpp
|
||
|
|
||
|
raster_input_la_CXXFLAGS = \
|
||
|
-I../../../include
|
||
|
|
||
|
raster_input_la_LDFLAGS = \
|
||
|
-module \
|
||
|
-avoid-version
|
||
|
|
||
|
## File created by the gnome-build tools
|
||
|
|