Remove ABI checking scripts

Before this commit, the only difference between the expected and actual
ABI were the addition of _init and _fini symbols in each module (now
that regexp-based export control is not catching those).
This commit is contained in:
Ryan Lortie
2013-01-13 23:31:45 -05:00
parent 304950a7ac
commit dbf447292d
11 changed files with 1 additions and 4007 deletions

View File

@@ -18,12 +18,6 @@ AM_CPPFLAGS = \
$(GLIB_DEBUG_FLAGS) \
-DGOBJECT_COMPILATION
if OS_LINUX
if HAVE_GNUC_VISIBILITY
TESTS = abicheck.sh
endif
endif
libglib = $(top_builddir)/glib/libglib-2.0.la
# libraries to compile and install
@@ -141,8 +135,7 @@ endif
# their own .lo rules and don't get publically installed
gobject_extra_sources = \
gmarshal.list \
gmarshal.strings \
gobject.symbols
gmarshal.strings
#