From: Andrew Bartlett Date: Tue, 22 Dec 2009 06:21:06 +0000 (+1100) Subject: s4:auth generate the prototype file in the right place X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=383369e8f204f5a02b6c056f276f14f2f9518044;p=abartlet%2Fsamba.git%2F.git s4:auth generate the prototype file in the right place --- diff --git a/source4/auth/ntlm/config.mk b/source4/auth/ntlm/config.mk index a0d668f748e..82738529cfd 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