summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-01 13:18:43 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-01 13:18:43 +0000
commit5eadc4163df392091884d088593dbf4e95e1aec9 (patch)
tree6196acafc33207e612511414e45c7f515c6d155a /Makefile.am
parentafb38c009a95a4cff413569f1e36d8120c972b4d (diff)
downloadrsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.tar.gz
rsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.tar.xz
rsyslog-5eadc4163df392091884d088593dbf4e95e1aec9.zip
added input-plugin interface specification in form of a (copy) template
input 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 06602861..7fe627ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,3 +109,7 @@ endif
if ENABLE_SNMP
SUBDIRS += plugins/omsnmp
endif
+
+if ENABLE_IMTEMPLATE
+SUBDIRS += plugins/imtemplate
+endif