summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrian Knox <briank@talksum.com>2012-03-21 07:40:43 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-21 07:40:43 +0100
commit1262b90373d6a5f10eeb3fe7fa2c52908d4f9094 (patch)
tree03ce8649f42489ee3506bd07cce360fe80d9b80f /Makefile.am
parent8aa7784e3d3e3926bbf41bfecdde2abe373dcc06 (diff)
downloadrsyslog-1262b90373d6a5f10eeb3fe7fa2c52908d4f9094.tar.gz
rsyslog-1262b90373d6a5f10eeb3fe7fa2c52908d4f9094.tar.xz
rsyslog-1262b90373d6a5f10eeb3fe7fa2c52908d4f9094.zip
initial shot at omhiredis
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 152e1ec6..999404e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -154,6 +154,10 @@ if ENABLE_OMMONGODB
SUBDIRS += plugins/ommongodb
endif
+if ENABLE_OMHIREDIS
+SUBDIRS += plugins/omhiredis
+endif
+
if ENABLE_OMUXSOCK
SUBDIRS += plugins/omuxsock
endif