summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-16 17:01:55 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-16 17:01:55 +0200
commit538ec6d401f12a3de2e81ce054ef789fb47624ea (patch)
tree38d94ec0fb8daed37b2b41342039201fe0d4c9d8 /Makefile.am
parenta1c7bc265554563d1744738994075214e5083566 (diff)
parent53a0ed8b3a03aa5d7bf40cb69b02391e5e5ca9d1 (diff)
downloadrsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.tar.gz
rsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.tar.xz
rsyslog-538ec6d401f12a3de2e81ce054ef789fb47624ea.zip
Merge branch 'rfc3195'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index ef2a0baa..a3e67bc8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,13 +2,6 @@ sbin_PROGRAMS =
man_MANS =
pkglib_LTLIBRARIES =
-if ENABLE_RFC3195
-# this does so far not work - a manual build is needed
-sbin_PROGRAMS += rfc3195d
-rfc3195d_SOURCES = rfc3195d.c rsyslog.h
-man_MANS += rfc3195d.8
-endif
-
if ENABLE_INET
pkglib_LTLIBRARIES += lmtcpsrv.la lmtcpclt.la
@@ -107,3 +100,7 @@ endif
if ENABLE_MAIL
SUBDIRS += plugins/ommail
endif
+
+if ENABLE_RFC3195
+SUBDIRS += plugins/im3195
+endif