summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-30 14:17:34 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-30 14:17:34 +0200
commit11617d8ab5192c12e3b33cd9c08ac32f1d334a85 (patch)
tree1108fea5c560ade6f75440b6d53e96842eb3e52e /Makefile.am
parent33888b84e7dc6ec4341e066c68c7077cade24a7b (diff)
downloadrsyslog-11617d8ab5192c12e3b33cd9c08ac32f1d334a85.tar.gz
rsyslog-11617d8ab5192c12e3b33cd9c08ac32f1d334a85.tar.xz
rsyslog-11617d8ab5192c12e3b33cd9c08ac32f1d334a85.zip
omhdfs: first shot at this new module (very rough PoC code)
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 bc6d8dd0..c7646e3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,6 +127,10 @@ if ENABLE_OMUXSOCK
SUBDIRS += plugins/omuxsock
endif
+if ENABLE_OMHDFS
+SUBDIRS += plugins/omhdfs
+endif
+
if ENABLE_OMTEMPLATE
SUBDIRS += plugins/omtemplate
endif