From 1b739fdcb73f8ec72e3936d38f2bc318ab2f0f1b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 14 May 2001 04:08:42 +0000 Subject: So I promised Andrew that a winbindd_proto.h file wouldn't be necessary. Unfortunately it is for the moment. )-: (This used to be commit 29f9a6c571a6e5571a860b84f9bbc04f668c607e) --- source3/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 11bfb503d7..243060e3cb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -684,6 +684,11 @@ uninstallcp: clean: -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.@SHLIBEXT@ $(PROGS) $(SPROGS) +winbindd_proto: + @cd $(srcdir) && $(SHELL) script/mkproto.sh $(AWK) \ + -h _WINBINDD_PROTO_H_ nsswitch/winbindd_proto.h \ + $(WINBINDD_OBJ1) + proto: @echo rebuilding include/proto.h @cd $(srcdir) && $(AWK) -f script/mkproto.awk `echo $(PROTO_OBJ) | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort -u | egrep -v 'ubiqx/|wrapped'` > include/proto.h -- cgit