mapnik/plugins/input/raster/Makefile.am
Andreas Volz 887518fc57 - install plugins in lib/mapnik/input
- Fix: no sqlite3 for kismet
- python files compile and install
2009-03-25 23:11:49 +00:00

26 lines
435 B
Makefile

pkglibdir = $(libdir)/mapnik/input
pkglib_LTLIBRARIES = \
raster.la
raster_la_SOURCES = \
raster_datasource.cpp\
raster_datasource.hpp\
raster_featureset.cpp\
raster_featureset.hpp\
raster_info.cpp\
raster_info.hpp
raster_la_CXXFLAGS = \
-Wall \
${PROFILING_CFLAGS} \
${TRACING_CFLAGS} \
-I../../../include
raster_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
## File created by the gnome-build tools