summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-12-22 17:21:06 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-12-22 17:29:13 +1100
commit383369e8f204f5a02b6c056f276f14f2f9518044 (patch)
tree4f0e1d70819695a8419cbb29a694009d50ff2d18
parent551ea65c96e3f9a1aa285c86381d93faba6b4e75 (diff)
downloadsamba-383369e8f204f5a02b6c056f276f14f2f9518044.tar.gz
samba-383369e8f204f5a02b6c056f276f14f2f9518044.tar.bz2
samba-383369e8f204f5a02b6c056f276f14f2f9518044.zip
s4:auth generate the prototype file in the right place
-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 a0d668f748..82738529cf 100644
--- a/source4/auth/ntlm/config.mk
+++ b/source4/auth/ntlm/config.mk
@@ -74,7 +74,7 @@ OUTPUT_TYPE = MERGED_OBJ
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:.o=.c)))
+$(eval $(call proto_header_template,$(authsrcdir)/ntlm/auth_proto.h,$(auth_OBJ_FILES:.o=.c)))
# PUBLIC_HEADERS += auth/auth.h