summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-17 13:19:38 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-17 13:19:38 +0100
commit68bde6252d22cc4e88edc2b51523726bb858c818 (patch)
tree797d01459fe531dc181bdb28e2a8aca6f25495c6 /Makefile.am
parent14f3857a0a122aa212b23a59175bd4e504176372 (diff)
downloadrsyslog-68bde6252d22cc4e88edc2b51523726bb858c818.tar.gz
rsyslog-68bde6252d22cc4e88edc2b51523726bb858c818.tar.xz
rsyslog-68bde6252d22cc4e88edc2b51523726bb858c818.zip
prepared skeleton for new strgen module
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 53c04922..2d73013b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,6 +112,10 @@ if ENABLE_CUST1
SUBDIRS += plugins/cust1
endif
+if ENABLE_SMCUSTBINDCDR
+SUBDIRS += plugins/sm_cust_bindcdr
+endif
+
if ENABLE_IMTEMPLATE
SUBDIRS += plugins/imtemplate
endif