mapnik/plugins/input/postgis/Makefile.am
2009-04-05 07:49:23 +00:00

35 lines
545 B
Makefile

pkglibdir = $(libdir)/mapnik/input
if HAVE_POSTGRESQL
pkglib_LTLIBRARIES = \
postgis.la
postgis_la_SOURCES = \
connection.hpp\
connection_manager.hpp\
cursorresultset.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