mapnik/plugins/input/raster/Makefile.am

26 lines
400 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_datasource.hpp\
raster_featureset.cpp\
raster_featureset.hpp\
raster_info.cpp\
raster_info.hpp
2007-09-17 22:16:43 +02:00
raster_la_CXXFLAGS = \
-Wall \
${PROFILING_CFLAGS} \
${TRACING_CFLAGS} \
-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