diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-01 13:18:43 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-01 13:18:43 +0000 |
commit | 5eadc4163df392091884d088593dbf4e95e1aec9 (patch) | |
tree | 6196acafc33207e612511414e45c7f515c6d155a /Makefile.am | |
parent | afb38c009a95a4cff413569f1e36d8120c972b4d (diff) | |
download | rsyslog-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.am | 4 |
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 |