From 03dcad0b271ab348149431340317d053308614bd Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 18 May 2008 23:09:34 +0200 Subject: winbindd: freeze winbindd_proto.h Michael (This used to be commit 467b8f0f4d58fc00d07264c651016087bd00b233) --- source3/Makefile.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 85dde39de4..3f59491806 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2300,7 +2300,7 @@ clean: delheaders # removed by "make clean" this will always be run when you do anything # afterwards. proto_exists: include/build_env.h \ - winbindd/winbindd_proto.h web/swat_proto.h \ + web/swat_proto.h \ libnet/libnet_proto.h \ client/client_proto.h utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c @touch proto_exists @@ -2308,7 +2308,7 @@ proto_exists: include/build_env.h \ delheaders: @echo Removing prototype headers @rm -f include/build_env.h \ - winbindd/winbindd_proto.h web/swat_proto.h \ + web/swat_proto.h \ client/client_proto.h utils/net_proto.h \ smbd/build_options.c utils/ntlm_auth_proto.h \ utils/passwd_proto.h libnet/libnet_proto.h @@ -2320,11 +2320,6 @@ include/build_env.h: script/build_env.sh @$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \ > $(builddir)/include/build_env.h -winbindd/winbindd_proto.h: - @cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \ - -h _WINBINDD_PROTO_H_ $(builddir)/winbindd/winbindd_proto.h \ - $(WINBINDD_OBJ1) - web/swat_proto.h: @cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \ -h _SWAT_PROTO_H_ $(builddir)/web/swat_proto.h \ @@ -2362,7 +2357,6 @@ headers: $(MAKE) delheaders; \ $(MAKE) smbd/build_options.c; \ $(MAKE) include/build_env.h; \ - $(MAKE) winbindd/winbindd_proto.h; \ $(MAKE) web/swat_proto.h; \ $(MAKE) client/client_proto.h; \ $(MAKE) utils/ntlm_auth_proto.h; \ -- cgit