mirror of
https://github.com/mapnik/mapnik.git
synced 2025-09-17 16:02:56 +02:00
17 lines
247 B
Makefile
17 lines
247 B
Makefile
|
|
pkglib_LTLIBRARIES = \
|
|
gdal.la
|
|
|
|
gdal_la_SOURCES = \
|
|
gdal_datasource.cpp\
|
|
gdal_featureset.cpp
|
|
|
|
gdal_la_CXXFLAGS = \
|
|
-I../../../include
|
|
|
|
gdal_la_LDFLAGS = \
|
|
-module \
|
|
-avoid-version \
|
|
-shrext .input
|
|
|
|
## File created by the gnome-build tools
|