mapnik/plugins/input/postgis/Makefile.am

36 lines
548 B
Text
Raw Normal View History

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