summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-28 15:59:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-28 15:59:24 +0000
commitf67509d5707978f2acd0e335af58266afc04e372 (patch)
tree01b65c0647fadb25df0974da82d2a9d780662558 /Makefile.am
parent1990c08536f3880053508ab6b60aab8cee9760ec (diff)
downloadrsyslog-f67509d5707978f2acd0e335af58266afc04e372.tar.gz
rsyslog-f67509d5707978f2acd0e335af58266afc04e372.tar.xz
rsyslog-f67509d5707978f2acd0e335af58266afc04e372.zip
omgssapi created
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 1e519a78..a8bda2b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,10 @@ if ENABLE_IMKLOGD
SUBDIRS += plugins/imklog
endif
+if ENABLE_GSSAPI
+SUBDIRS += plugins/omgssapi
+endif
+
if ENABLE_MYSQL
SUBDIRS += plugins/ommysql
endif