Don't regenerate pam_errors.h any more.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 19 May 2008 22:06:50 +0000 (08:06 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 19 May 2008 22:06:50 +0000 (08:06 +1000)
Due to the new rules on prototypes, it must be a static header file.

Andrew Bartlett
(This used to be commit cf60a9b34ec2419b2bc03a37190cb17ad4cf3d5f)

.gitignore
source4/auth/ntlm/config.mk

index 1ad2e2501f5458a96b8a91cd0e43fec48a9f80b1..5ed4eeda44624130808cb9fc5dfd9c18ca458c31 100644 (file)
@@ -22,7 +22,6 @@ source/heimdal/lib/des/hcrypto
 source/build/smb_build/config.pm
 source/auth/auth_proto.h
 source/auth/auth_sam.h
-source/auth/pam_errors.h
 source/auth/credentials/credentials_proto.h
 source/auth/gensec/gensec_proto.h
 source/auth/gensec/schannel_proto.h
index d812816a9190f0a1393f42795d69e7b6c76d048c..f31c2b727951d42f46078b2850ea62b8ee5eed57 100644 (file)
@@ -70,8 +70,6 @@ auth_unix_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, auth_unix.o)
 
 [SUBSYSTEM::PAM_ERRORS]
 
-$(eval $(call proto_header_template,$(authsrcdir)/ntlm/pam_errors.h,$(auth_unix_OBJ_FILES:.o=.c)))
-
 #VERSION = 0.0.1
 #SO_VERSION = 0
 PAM_ERRORS_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, pam_errors.o)