From 5eadc4163df392091884d088593dbf4e95e1aec9 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 1 Feb 2008 13:18:43 +0000 Subject: added input-plugin interface specification in form of a (copy) template input module --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 -- cgit