diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-26 11:02:27 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-26 11:02:27 +0000 |
commit | b98ca5114ed1d1975e06614472d4019d8c1767ab (patch) | |
tree | be66a81309a98d81c60f57c5d487bb98c5b447fc /Makefile.am | |
parent | 0a698ab8931d19685cb39110a5db62a81099cd9c (diff) | |
download | rsyslog-b98ca5114ed1d1975e06614472d4019d8c1767ab.tar.gz rsyslog-b98ca5114ed1d1975e06614472d4019d8c1767ab.tar.xz rsyslog-b98ca5114ed1d1975e06614472d4019d8c1767ab.zip |
split off imgssapi from imtcp, but still with a lot of dependency
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cbf9abaf..6dee36e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,7 +119,7 @@ SUBDIRS += plugins/imklog endif if ENABLE_GSSAPI -SUBDIRS += plugins/omgssapi +SUBDIRS += plugins/omgssapi plugins/imgssapi endif if ENABLE_MYSQL |