mapnik/plugins/input/raster/Makefile.am

20 lines
278 B
Text
Raw Normal View History

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