mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-05 06:00:37 +00:00
fa09c1a5ca
Plugins now in separate directories.
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
dnl $Id$
|
|
|
|
AC_INIT(Makefile.plugins.in)
|
|
AC_PROG_INSTALL
|
|
AC_CONFIG_SUBDIRS(random whois dns postgresql)
|
|
AC_OUTPUT(Makefile.plugins Makefile)
|
|
|