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.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index 74f3f07bef..5e3299784e 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -1,10 +1,10 @@
#################################
# Start SUBSYSTEM GENSEC
[SUBSYSTEM::CREDENTIALS]
-INIT_OBJ_FILES = auth/credentials/credentials.o
-ADD_OBJ_FILES = auth/credentials/credentials_files.o \
- auth/credentials/credentials_krb5.o \
- auth/credentials/credentials_ntlm.o
+INIT_OBJ_FILES = credentials.o
+ADD_OBJ_FILES = credentials_files.o \
+ credentials_krb5.o \
+ credentials_ntlm.o
REQUIRED_SUBSYSTEMS = \
HEIMDAL
# End SUBSYSTEM GENSEC