diff options
author | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:54 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2008-03-29 12:14:54 +0100 |
commit | 30c2f6d5e7c4fd2135e2b51b7189c8ab9e6f5073 (patch) | |
tree | 1e8163864c791c6cc2987c6bdabd41fb6a938367 /Makefile.am | |
parent | cb2fd7c6eb840386b2af9a1a75581d4c47281e70 (diff) | |
download | rsyslog-30c2f6d5e7c4fd2135e2b51b7189c8ab9e6f5073.tar.gz |
Imported Upstream version 1.21.2upstream/1.21.2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
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 |