diff options
author | Tim Potter <tpot@samba.org> | 2001-05-14 04:08:42 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-14 04:08:42 +0000 |
commit | 1b739fdcb73f8ec72e3936d38f2bc318ab2f0f1b (patch) | |
tree | e38757a772f6e9a6d38e1e6479d7c8ee25ddb53c | |
parent | 5bcd434e6e1e5c5ab4d567e2a4c2bdaf4806ff1f (diff) | |
download | samba-1b739fdcb73f8ec72e3936d38f2bc318ab2f0f1b.tar.gz samba-1b739fdcb73f8ec72e3936d38f2bc318ab2f0f1b.tar.bz2 samba-1b739fdcb73f8ec72e3936d38f2bc318ab2f0f1b.zip |
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)
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
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 |