diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-20 08:06:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-20 08:06:50 +1000 |
commit | 868c45102d98f4207e614d79af2f37dbb0418203 (patch) | |
tree | 41c5d0d9e8e78f67485879c3f3a329cc7b608202 /source4/auth | |
parent | 343fea32ccd205c68b23ee894a8ab4f9413af746 (diff) | |
download | samba-868c45102d98f4207e614d79af2f37dbb0418203.tar.gz samba-868c45102d98f4207e614d79af2f37dbb0418203.tar.xz samba-868c45102d98f4207e614d79af2f37dbb0418203.zip |
Don't regenerate pam_errors.h any more.
Due to the new rules on prototypes, it must be a static header file.
Andrew Bartlett
(This used to be commit cf60a9b34ec2419b2bc03a37190cb17ad4cf3d5f)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/ntlm/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/auth/ntlm/config.mk b/source4/auth/ntlm/config.mk index d812816a919..f31c2b72795 100644 --- a/source4/auth/ntlm/config.mk +++ b/source4/auth/ntlm/config.mk @@ -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) |