summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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 1e6cf5a6..6c1b24bd 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