s4:auth generate the prototype file in the right place
authorAndrew Bartlett <abartlet@samba.org>
Tue, 22 Dec 2009 06:21:06 +0000 (17:21 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 22 Dec 2009 06:29:13 +0000 (17:29 +1100)
source4/auth/ntlm/config.mk

index a0d668f748e3fc30a525196cdbb6d11950d1772b..82738529cfd54b0452e718708e0c95b0a8ad4fbc 100644 (file)
@@ -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