mapnik/plugins/input/postgis/Makefile.am

36 lines
545 B
Text
Raw Normal View History

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