mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
tevent: add a make target "make abi_checks"
Michael
This commit is contained in:
parent
f0e276cff8
commit
40c670f8cb
@ -29,6 +29,10 @@ installlibs:: installdirs
|
||||
|
||||
install:: all installdirs installheaders installlibs $(PYTHON_INSTALL_TARGET)
|
||||
|
||||
abi_checks::
|
||||
@echo ABI checks:
|
||||
@./script/abi_checks.sh tevent tevent.h
|
||||
|
||||
clean::
|
||||
rm -f $(TEVENT_SOBASE) $(TEVENT_SONAME) $(TEVENT_SOLIB) $(TEVENT_STLIB)
|
||||
rm -f tevent.pc
|
||||
|
Loading…
Reference in New Issue
Block a user