mapnik/plugins/input/raster/Makefile.am
2007-09-17 20:16:43 +00:00

19 lines
278 B
Makefile

pkglib_LTLIBRARIES = \
raster.la
raster_la_SOURCES = \
raster_datasource.cpp\
raster_featureset.cpp\
raster_info.cpp
raster_la_CXXFLAGS = \
-I../../../include
raster_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
## File created by the gnome-build tools