diff options
author | Michael Adam <obnox@samba.org> | 2009-09-11 13:39:15 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-11 15:31:24 +0200 |
commit | 40c670f8cbb4ea5485d4933fba658bb46720aa9d (patch) | |
tree | 3004642da70fe5488d59e06e2aaecddaf2a94169 /lib | |
parent | f0e276cff896bb40941357a27c0ff1cd772ba8b4 (diff) | |
download | samba-40c670f8cbb4ea5485d4933fba658bb46720aa9d.tar.gz samba-40c670f8cbb4ea5485d4933fba658bb46720aa9d.tar.bz2 samba-40c670f8cbb4ea5485d4933fba658bb46720aa9d.zip |
tevent: add a make target "make abi_checks"
Michael
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |