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