mapnik/plugins/input/postgis/Makefile.am
Andreas Volz e29743d933 - updated autotools build files
- build now osm plugin automatic if libxml2 is used
- moved osm/Makefile to osm/Makefile.example because if name collision
  -> better move the example to another directory later
- optional CAIRO support
- changed libxml2 switch comment
2008-04-06 18:13:13 +00:00

25 lines
352 B
Makefile

if HAVE_POSTGRESQL
pkglib_LTLIBRARIES = \
postgis.la
postgis_la_SOURCES = \
postgis.cpp \
postgisfs.cpp
postgis_la_LIBADD = \
${POSTGRESQL_LDFLAGS}
postgis_la_CXXFLAGS = \
${POSTGRESQL_CFLAGS} \
-I../../../include
postgis_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
endif
## File created by the gnome-build tools