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