From: Michael Adam Date: Fri, 11 Sep 2009 11:39:15 +0000 (+0200) Subject: tevent: add a make target "make abi_checks" X-Git-Tag: talloc-2.0.1~523^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c670f8cbb4ea5485d4933fba658bb46720aa9d;p=thirdparty%2Fsamba.git tevent: add a make target "make abi_checks" Michael --- diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 480366e9387..7499e5334f0 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