[clutter/clutter-1.18] build: Remove abicheck.sh



commit 8fc47244b0c182ecb79a6acce69a8d9669bb9202
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Mar 17 18:52:27 2014 +0000

    build: Remove abicheck.sh
    
    We now control the visibility of symbols directly from the header files,
    so we always have the correct ABI.

 clutter/Makefile.am |   19 -------------------
 clutter/abicheck.sh |   46 ----------------------------------------------
 2 files changed, 0 insertions(+), 65 deletions(-)
---
diff --git a/clutter/Makefile.am b/clutter/Makefile.am
index 7a67ea5..164b89b 100644
--- a/clutter/Makefile.am
+++ b/clutter/Makefile.am
@@ -1041,22 +1041,3 @@ typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
 CLEANFILES += $(gir_DATA) $(typelib_DATA)
 endif # HAVE_INTROSPECTION
-
-# Test
-clutter_all_c_sources = \
-       $(backend_source_c) \
-       $(backend_source_c_priv) \
-       $(source_c) \
-       $(source_c_priv) \
-       $(deprecated_c) \
-       $(deprecated_c_priv) \
-       $(cally_sources_c) \
-       $(built_source_c)
-
-TESTS_ENVIRONMENT = srcdir="$(srcdir)" CLUTTER_BACKENDS="$(CLUTTER_BACKENDS)"
-LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build/autotools/tap-driver.sh
-if OS_LINUX
-TESTS = abicheck.sh
-endif
-
-EXTRA_DIST += abicheck.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]