2007-09-15 01:07:16 +02:00
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
2007-09-17 22:16:43 +02:00
|
|
|
raster.la
|
2007-09-15 01:07:16 +02:00
|
|
|
|
2007-09-17 22:16:43 +02:00
|
|
|
raster_la_SOURCES = \
|
2007-09-15 01:07:16 +02:00
|
|
|
raster_datasource.cpp\
|
|
|
|
raster_featureset.cpp\
|
|
|
|
raster_info.cpp
|
|
|
|
|
2007-09-17 22:16:43 +02:00
|
|
|
raster_la_CXXFLAGS = \
|
2007-09-15 01:07:16 +02:00
|
|
|
-I../../../include
|
|
|
|
|
2007-09-17 22:16:43 +02:00
|
|
|
raster_la_LDFLAGS = \
|
2007-09-15 01:07:16 +02:00
|
|
|
-module \
|
2007-09-17 22:16:43 +02:00
|
|
|
-avoid-version \
|
|
|
|
-shrext .input
|
2007-09-15 01:07:16 +02:00
|
|
|
|
|
|
|
## File created by the gnome-build tools
|
|
|
|
|