From efccef09aec93180a06955b5e03f1ceb99dc39e8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 7 Jun 2009 14:10:15 -0400 Subject: Add exports file and abi checker for tevent 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 tevent.h contents and the gcc -aux-info option --- lib/tevent/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tevent/configure.ac') diff --git a/lib/tevent/configure.ac b/lib/tevent/configure.ac index 0d3f21d7d7..d40e02e15a 100644 --- a/lib/tevent/configure.ac +++ b/lib/tevent/configure.ac @@ -7,6 +7,7 @@ AC_LIBREPLACE_ALL_CHECKS AC_LD_EXPORT_DYNAMIC AC_LD_SONAMEFLAG +AC_LD_VERSIONSCRIPT AC_LD_PICFLAG AC_LD_SHLIBEXT AC_LIBREPLACE_SHLD -- cgit