summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-04-29 14:08:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-29 14:08:14 +0200
commit54853ad0e9294f00cd4ab821db0c16932da4d6eb (patch)
tree29391f36d92d087067ba43e98b68d6c183da2a4b
parentd88d4c20d7f367c59f44b4cbfdd9a4de5ee0b298 (diff)
downloadrsyslog-54853ad0e9294f00cd4ab821db0c16932da4d6eb.tar.gz
rsyslog-54853ad0e9294f00cd4ab821db0c16932da4d6eb.tar.bz2
rsyslog-54853ad0e9294f00cd4ab821db0c16932da4d6eb.zip
fix regression in build systemv7.3.13
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b39b495a..ed3b54b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -165,6 +165,10 @@ if ENABLE_OMZMQ3
SUBDIRS += plugins/omzmq3
endif
+if ENABLE_OMRABBITMQ
+SUBDIRS += plugins/omrabbitmq
+endif
+
if ENABLE_IMZMQ3
SUBDIRS += plugins/imzmq3
endif