2007-09-14 23:07:16 +00:00
|
|
|
|
|
|
|
pkglib_LTLIBRARIES = \
|
2007-09-17 20:16:43 +00:00
|
|
|
gdal.la
|
2007-09-14 23:07:16 +00:00
|
|
|
|
2007-09-17 20:16:43 +00:00
|
|
|
gdal_la_SOURCES = \
|
2007-09-14 23:07:16 +00:00
|
|
|
gdal_datasource.cpp\
|
|
|
|
gdal_featureset.cpp
|
|
|
|
|
2007-09-17 20:16:43 +00:00
|
|
|
gdal_la_CXXFLAGS = \
|
2007-09-14 23:07:16 +00:00
|
|
|
-I../../../include
|
|
|
|
|
2007-09-17 20:16:43 +00:00
|
|
|
gdal_la_LDFLAGS = \
|
2007-09-14 23:07:16 +00:00
|
|
|
-module \
|
2007-09-17 20:16:43 +00:00
|
|
|
-avoid-version \
|
|
|
|
-shrext .input
|
2007-09-14 23:07:16 +00:00
|
|
|
|
|
|
|
## File created by the gnome-build tools
|