summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Kelly <davidk@talksum.com>2012-05-29 13:05:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-05-29 13:05:59 +0200
commitcbff73d94c3a86ed74294fe1265dc5242f9317be (patch)
tree65490322187583fdc051815faf5e7e81a597df9e /Makefile.am
parent439a5b70f2216616e9d55072be43658d5a7fe5d7 (diff)
downloadrsyslog-cbff73d94c3a86ed74294fe1265dc5242f9317be.tar.gz
rsyslog-cbff73d94c3a86ed74294fe1265dc5242f9317be.tar.xz
rsyslog-cbff73d94c3a86ed74294fe1265dc5242f9317be.zip
added new-style zeromq plugins, based on czmq api and rsyslog v6 conf
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 999404e7..4cefb756 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -158,6 +158,14 @@ if ENABLE_OMHIREDIS
SUBDIRS += plugins/omhiredis
endif
+if ENABLE_OMZMQ3
+SUBDIRS += plugins/omzmq3
+endif
+
+if ENABLE_IMZMQ3
+SUBDIRS += plugins/imzmq3
+endif
+
if ENABLE_OMUXSOCK
SUBDIRS += plugins/omuxsock
endif