mapnik/plugins/input/postgis/Makefile.am
Andreas Volz d38dedad68 + added GNU autotools build environment
+ raster and gdal input isn't tested. Not working currently...
+ *-input.so plugins created. Change loader in source or link plugin to correct place
+ use pkg-config uninstalled feature
  -> define project root to PKG_CONFIG_PATH to use mapnik without installation
+ added various library checks
+ don't install fonts
+ don't use included AGG
  -> check for a installed libagg
+ Added Makefile for c++ demo
+ don't build any python wrapper stuff
  -> this follows if all other building works
+ added Anjuta file
  -> not needed to build anything, but helps much if you use Anjuta
2007-09-14 23:07:16 +00:00

24 lines
365 B
Makefile

if BUILD_POSTGRESQL
pkglib_LTLIBRARIES = \
postgis.input.la
postgis_input_la_SOURCES = \
postgis.cpp \
postgisfs.cpp
postgis_input_la_LIBADD = \
${POSTGRESQL_LDFLAGS}
postgis_input_la_CXXFLAGS = \
${POSTGRESQL_CFLAGS} \
-I../../../include
postgis_input_la_LDFLAGS = \
-module \
-avoid-version
endif
## File created by the gnome-build tools