mapnik/plugins/input/postgis/Makefile.am

26 lines
353 B
Text
Raw Normal View History

if BUILD_POSTGRESQL
pkglib_LTLIBRARIES = \
2007-09-17 22:16:43 +02:00
postgis.la
2007-09-17 22:16:43 +02:00
postgis_la_SOURCES = \
postgis.cpp \
postgisfs.cpp
2007-09-17 22:16:43 +02:00
postgis_la_LIBADD = \
${POSTGRESQL_LDFLAGS}
2007-09-17 22:16:43 +02:00
postgis_la_CXXFLAGS = \
${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