summaryrefslogtreecommitdiffstats
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
parent46136b1d6bd06c83a00190922ec06fd63877c07c (diff)
downloadrsyslog-931c63e44b7467c857ddd0652beb22ae8ea9af56.tar.gz
rsyslog-931c63e44b7467c857ddd0652beb22ae8ea9af56.tar.xz
rsyslog-931c63e44b7467c857ddd0652beb22ae8ea9af56.zip
build system: fully integrating ommongodb
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac1
2 files changed, 5 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
diff --git a/configure.ac b/configure.ac
index af078813..f6029c16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1272,6 +1272,7 @@ AC_CONFIG_FILES([Makefile \
plugins/omsnmp/Makefile \
plugins/omoracle/Makefile \
plugins/omudpspoof/Makefile \
+ plugins/ommongodb/Makefile \
plugins/mmnormalize/Makefile \
plugins/mmjsonparse/Makefile \
plugins/mmaudit/Makefile \