mapnik/plugins/input/osm/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

28 lines
353 B
Makefile

if HAVE_LIBXML2
pkglib_LTLIBRARIES = \
osm.la
osm_la_SOURCES = \
osm.cpp \
osm_datasource.cpp \
osm_featureset.cpp \
osmparser.cpp
osm_la_CXXFLAGS = \
-I../../../include \
${LIBXML2_CFLAGS}
osm_la_LIBADD = \
${LIBXML2_LIBS}
osm_la_LDFLAGS = \
-module \
-avoid-version \
-shrext .input
endif
## File created by the gnome-build tools