summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-03-29 12:14:54 +0100
committerMichael Biebl <biebl@debian.org>2008-03-29 12:14:54 +0100
commit30c2f6d5e7c4fd2135e2b51b7189c8ab9e6f5073 (patch)
tree1e8163864c791c6cc2987c6bdabd41fb6a938367 /Makefile.am
parentcb2fd7c6eb840386b2af9a1a75581d4c47281e70 (diff)
downloadrsyslog-30c2f6d5e7c4fd2135e2b51b7189c8ab9e6f5073.tar.gz
Imported Upstream version 1.21.2upstream/1.21.2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e6cf5a..6c1b24b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,6 +83,11 @@ EXTRA_DIST = \
SUBDIRS = doc
+
+if ENABLE_GSSAPI
+SUBDIRS += plugins/omgssapi
+endif
+
if ENABLE_MYSQL
SUBDIRS += plugins/ommysql
endif