summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-07 14:35:22 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-07 14:35:22 +0100
commit931c63e44b7467c857ddd0652beb22ae8ea9af56 (patch)
tree77742bbb94f8ae78ad46b7315fedb7d38f50356e /Makefile.am
parent46136b1d6bd06c83a00190922ec06fd63877c07c (diff)
downloadrsyslog-931c63e44b7467c857ddd0652beb22ae8ea9af56.tar.gz
rsyslog-931c63e44b7467c857ddd0652beb22ae8ea9af56.tar.xz
rsyslog-931c63e44b7467c857ddd0652beb22ae8ea9af56.zip
build system: fully integrating ommongodb
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f6078d8..152e1ec6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -150,6 +150,10 @@ if ENABLE_OMUDPSPOOF
SUBDIRS += plugins/omudpspoof
endif
+if ENABLE_OMMONGODB
+SUBDIRS += plugins/ommongodb
+endif
+
if ENABLE_OMUXSOCK
SUBDIRS += plugins/omuxsock
endif