mapnik/plugins/input/postgis/Makefile.am
Andreas Volz cab469eefb - added new et input plugin
- add missing files to plugins Makefile.am
- split debugging and tracing
- documentation
2009-03-22 22:26:42 +00:00

34 lines
513 B
Makefile

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