summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-03 18:57:20 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-03 18:57:20 +0100
commit5b674be7ab2a17e7f0d73171b3483a4b7d921383 (patch)
tree814d24657c28505bbc66c113523166f0037b0a7a /source4/auth
parentb29d47edcf2767d7f9e9f63332079c6e8e89946c (diff)
downloadsamba-5b674be7ab2a17e7f0d73171b3483a4b7d921383.tar.gz
samba-5b674be7ab2a17e7f0d73171b3483a4b7d921383.tar.bz2
samba-5b674be7ab2a17e7f0d73171b3483a4b7d921383.zip
Fix some syntax errors.
(This used to be commit 906148bf87ae278c6f6232675bd6aaf4d1e33e6c)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/credentials/config.mk2
-rw-r--r--source4/auth/gensec/config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index d01ff73ee9..146f004397 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -7,7 +7,7 @@ PUBLIC_DEPENDENCIES = \
PRIVATE_DEPENDENCIES = \
SECRETS
-CREDENTIALS_OBJ_FILES = $(addprefix auth/, credentials.o credentials_files.o credentials_ntlm.o credentials_krb5.o ../kerberos/kerberos_util.o)
+CREDENTIALS_OBJ_FILES = $(addprefix auth/credentials/, credentials.o credentials_files.o credentials_ntlm.o credentials_krb5.o ../kerberos/kerberos_util.o)
PUBLIC_HEADERS += $(addprefix auth/credentials/, credentials.h credentials_krb5.h)
diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk
index cfa62e1c14..1f32f5ecd3 100644
--- a/source4/auth/gensec/config.mk
+++ b/source4/auth/gensec/config.mk
@@ -11,7 +11,7 @@ PUBLIC_DEPENDENCIES = \
#################################
-gensec_OBJ_LIST = $(addprefix auth/, gensec.o socket.o)
+gensec_OBJ_FILES = $(addprefix auth/gensec/, gensec.o socket.o)
PUBLIC_HEADERS += $(addprefix auth/gensec/, gensec.h spnego.h)