diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-06-07 14:20:36 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-06-15 16:31:12 -0400 |
commit | e83f4b868b208724a732b45a0aa4f6ee8a08b115 (patch) | |
tree | 069ee993c7174df542899fe08227289a2a9d0cca /lib/talloc/talloc.mk | |
parent | 7aee9f92e7c3e3eb48c0456d821125b60f8d8259 (diff) | |
download | samba-e83f4b868b208724a732b45a0aa4f6ee8a08b115.tar.gz samba-e83f4b868b208724a732b45a0aa4f6ee8a08b115.tar.xz samba-e83f4b868b208724a732b45a0aa4f6ee8a08b115.zip |
Add exports file and abi checker for talloctalloc-1.3.1
This is a first attempt at exporting symbols only for public functions
We also provide a rudimentary ABI checker that tries to check that
function signatures are not changed by mistake.
Given our use of macros this is not an API checker.
It's all based on talloc.h contents and the gcc -aux-info option
Diffstat (limited to 'lib/talloc/talloc.mk')
-rw-r--r-- | lib/talloc/talloc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/talloc/talloc.mk b/lib/talloc/talloc.mk index ce7784c8a22..fb57e44c4b6 100644 --- a/lib/talloc/talloc.mk +++ b/lib/talloc/talloc.mk @@ -30,6 +30,7 @@ doc:: talloc.3 talloc.3.html clean:: rm -f *~ $(LIBOBJ) $(TALLOC_SOLIB) $(TALLOC_STLIB) testsuite testsuite.o testsuite_main.o *.gc?? talloc.3 talloc.3.html + rm -fr abi test:: testsuite ./testsuite |