echoping/SRC/plugins/configure.ac
Stephane Bortzmeyer cbaefa1e17 * A common file for all the configure.ac
* use of the pkglib primary (and not lib) in Makefile.am
2004-06-03 12:10:38 +00:00

12 lines
280 B
Plaintext

dnl $Id$
AC_INIT(Makefile.plugins.in)
m4_include(../configure-common.ac)
dnl TODO: allow to exclude or include plugins
dnl TODO: writes a LDAP plugin
AC_CONFIG_SUBDIRS(random whois dns postgresql)
plugins_dir=`cat dir`
AC_SUBST(plugins_dir)
AC_OUTPUT(Makefile.plugins Makefile)