summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2008-04-10 09:53:45 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-10 12:13:11 +0200
commitafb66b5c6dcf1287999d4610361242c65404b858 (patch)
tree90a06989e4cb063539ecec140ce995ad0b0b1e39 /Makefile.am
parentcac432e7cb65ea4694a183823267cbcd67e97ad6 (diff)
downloadrsyslog-afb66b5c6dcf1287999d4610361242c65404b858.tar.gz
rsyslog-afb66b5c6dcf1287999d4610361242c65404b858.tar.xz
rsyslog-afb66b5c6dcf1287999d4610361242c65404b858.zip
Rename ENABLE_IMKLOGD to ENABLE_IMKLOG
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6aea7600..eb7a32d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -182,7 +182,7 @@ SUBDIRS = . doc
SUBDIRS += plugins/immark plugins/imuxsock plugins/imtcp plugins/imudp plugins/omtesting
-if ENABLE_IMKLOGD
+if ENABLE_IMKLOG
SUBDIRS += plugins/imklog
endif