summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-18 23:40:23 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-18 23:40:23 +0200
commit60ae8f06574c74261643f469e6be2a945fd90880 (patch)
tree3f999b9de484c2225810f3fe085612e753c4a2dc /source4/auth/ntlm/config.mk
parent4c70cda986c86fe536327321d04c29eca81b6409 (diff)
downloadsamba-60ae8f06574c74261643f469e6be2a945fd90880.tar.gz
samba-60ae8f06574c74261643f469e6be2a945fd90880.tar.bz2
samba-60ae8f06574c74261643f469e6be2a945fd90880.zip
Fix a bunch of dependencies.
(This used to be commit a63f458462d207d215a6e4ef8e480b0c8daedf6a)
Diffstat (limited to 'source4/auth/ntlm/config.mk')
-rw-r--r--source4/auth/ntlm/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/config.mk b/source4/auth/ntlm/config.mk
index bf1301de83..d812816a91 100644
--- a/source4/auth/ntlm/config.mk
+++ b/source4/auth/ntlm/config.mk
@@ -82,7 +82,7 @@ SUBSYSTEM = service
PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS
auth_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, auth.o auth_util.o auth_simple.o)
-$(eval $(call proto_header_template,$(authsrcdir)/auth_proto.h,$(auth_OBJ_FILES)))
+$(eval $(call proto_header_template,$(authsrcdir)/auth_proto.h,$(auth_OBJ_FILES:.o=.c)))
# PUBLIC_HEADERS += auth/auth.h