mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 15:38:44 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user