From 5ec8aaa5e1cc8cdc010658fa2c135c9f78c93d59 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 13 Mar 2008 13:05:26 +0000 Subject: added initial set of RELP support (i/omrelp) - not working yet, just stage work --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dbdde380..bb8c065c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[3.12.2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.12.3],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) @@ -523,10 +523,12 @@ AC_CONFIG_FILES([Makefile \ plugins/imklog/Makefile \ plugins/imtemplate/Makefile \ plugins/imfile/Makefile \ + plugins/imrelp/Makefile \ plugins/omtesting/Makefile \ plugins/omgssapi/Makefile \ plugins/ommysql/Makefile \ plugins/ompgsql/Makefile \ + plugins/omrelp/Makefile \ plugins/omlibdbi/Makefile \ plugins/omsnmp/Makefile]) AC_OUTPUT -- cgit