From 40c670f8cbb4ea5485d4933fba658bb46720aa9d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Sep 2009 13:39:15 +0200 Subject: tevent: add a make target "make abi_checks" Michael --- lib/tevent/tevent.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 480366e938..7499e5334f 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -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 -- cgit