diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-28 15:59:24 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-28 15:59:24 +0000 |
commit | f67509d5707978f2acd0e335af58266afc04e372 (patch) | |
tree | 01b65c0647fadb25df0974da82d2a9d780662558 /Makefile.am | |
parent | 1990c08536f3880053508ab6b60aab8cee9760ec (diff) | |
download | rsyslog-f67509d5707978f2acd0e335af58266afc04e372.tar.gz rsyslog-f67509d5707978f2acd0e335af58266afc04e372.tar.bz2 rsyslog-f67509d5707978f2acd0e335af58266afc04e372.zip |
omgssapi created
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 |