mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-09 01:10:38 +00:00
cbaefa1e17
* use of the pkglib primary (and not lib) in Makefile.am
12 lines
280 B
Plaintext
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)
|
|
|