summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-01 17:51:07 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-01 17:51:07 +0000
commit9b1c0e2973c7222c163a8678830f1d072ba9c0c6 (patch)
treec10cac34aa701e6de92033cc533abc247c3a4f8e /Makefile.am
parent812936d199ac47d617153578ef332c202487ef69 (diff)
downloadrsyslog-9b1c0e2973c7222c163a8678830f1d072ba9c0c6.tar.gz
rsyslog-9b1c0e2973c7222c163a8678830f1d072ba9c0c6.tar.xz
rsyslog-9b1c0e2973c7222c163a8678830f1d072ba9c0c6.zip
very quickly hacked a rought outline of the file monitor (without any
guarantees)
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 a5c00de3..bc6360a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,3 +114,7 @@ endif
if ENABLE_IMTEMPLATE
SUBDIRS += plugins/imtemplate
endif
+
+if ENABLE_IMFILE
+SUBDIRS += plugins/imfile
+endif