mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
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 29f9a6c571
)
This commit is contained in:
parent
5bcd434e6e
commit
1b739fdcb7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user