mapnik/plugins/input/postgis/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

35 lines
548 B
Makefile

pkglibdir = $(libdir)/mapnik/input
if HAVE_POSTGRESQL
pkglib_LTLIBRARIES = \
postgis.la
postgis_la_SOURCES = \
connection.hpp\
connection_manager.hpp\
corsorresultset.hpp\
postgis.cpp\
postgis.hpp\
postgisfs.cpp\
property_index.hpp\
resultset.hpp
postgis_la_LIBADD = \
${POSTGRESQL_LDFLAGS}
postgis_la_CXXFLAGS = \
-Wall \
${PROFILING_CFLAGS} \
${TRACING_CFLAGS} \
${POSTGRESQL_CFLAGS} \
-I../../../include
postgis_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
endif
## File created by the gnome-build tools