talloc: add a target "abi_checks" to talloc.
authorMichael Adam <obnox@samba.org>
Fri, 28 Aug 2009 14:03:06 +0000 (16:03 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 29 Aug 2009 22:51:52 +0000 (00:51 +0200)
Simply run "make abi_checks" to call the abi check script appropriately.

Michael

lib/talloc/talloc.mk

index 2a2e1100fc845bb1fd42b8a6b308ad5a62d2c6ca..6141d8feb31e400dd5328a3497795be41e22e21a 100644 (file)
@@ -35,5 +35,9 @@ clean::
 test:: testsuite
        ./testsuite
 
+abi_checks::
+       @echo ABI checks:
+       @./script/abi_checks.sh talloc talloc.h
+
 gcov::
        gcov talloc.c