ALL_LINGUAS=""
AM_GLIB_GNU_GETTEXT
+dnl -----------------------------------
+dnl INCLUDES and LIBS for LIBMING (SWF renderer)
+
+AC_ARG_WITH(libming,
+ [AC_HELP_STRING([--with-libming],
+ [use libming library])])
+
+### default is to build with libming
+if test "x$with_libming" != "xno"; then
+ with_libming=yes
+fi
+
+if test "x$with_libming" = "xyes"; then
+PKG_CHECK_MODULES(LIBMING, [libming >= 0.4],
+ [HAVE_LIBMING=1
+ AC_DEFINE_UNQUOTED(HAVE_LIBMING,1,
+ [Define if you have the libming library for SWF support])],
+ [AC_MSG_WARN(libming library not available)])
+AC_SUBST(LIBMING_CFAGS)
+AC_SUBST(LIBMING_LIBS)
+fi
+AM_CONDITIONAL(WITH_LIBMING, [test "x$HAVE_LIBMING" != "x"])
+
dnl -----------------------------------
dnl INCLUDES and LIBS for GD
plugin/core/Makefile
plugin/gd/Makefile
plugin/pango/Makefile
+ plugin/ming/Makefile
plugin/dot_layout/Makefile
plugin/neato_layout/Makefile
plugin/xlib/Makefile
# $Id$ $Revision$
## Process this file with automake to produce Makefile.in
-SUBDIRS = core gd pango dot_layout neato_layout xlib gtk
+SUBDIRS = core gd pango dot_layout neato_layout xlib gtk ming
EXTRA_DIST = Makefile.old