summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/credentials/config.mk')
-rw-r--r--source4/auth/credentials/config.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index 5e3299784e..00d8319739 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -4,9 +4,10 @@
INIT_OBJ_FILES = credentials.o
ADD_OBJ_FILES = credentials_files.o \
credentials_krb5.o \
- credentials_ntlm.o
+ credentials_ntlm.o \
+ credentials_gensec.o
REQUIRED_SUBSYSTEMS = \
- HEIMDAL
-# End SUBSYSTEM GENSEC
+ HEIMDAL GENSEC
+# End SUBSYSTEM CREDENTIALS
#################################