[Xfce4-commits] <libxfce4ui:master> Move the ABI check outside maintainer-mode.

Nick Schermer noreply at xfce.org
Sat Oct 24 14:18:01 CEST 2009


Updating branch refs/heads/master
         to 057a22b93f540d5074e0b8e94d98a824cafc7267 (commit)
       from 91eedf0fba005fdafff622843c64d4593a15dbb9 (commit)

commit 057a22b93f540d5074e0b8e94d98a824cafc7267
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Oct 24 14:15:12 2009 +0200

    Move the ABI check outside maintainer-mode.

 libxfce4ui/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libxfce4ui/Makefile.am b/libxfce4ui/Makefile.am
index e234cbe..0c3b8f9 100644
--- a/libxfce4ui/Makefile.am
+++ b/libxfce4ui/Makefile.am
@@ -100,10 +100,6 @@ DISTCLEANFILES = \
 BUILT_SOURCES = \
 	$(libxfce4ui_built_sources)
 
-if HAVE_GNUC_VISIBILITY
-TESTS = abicheck.sh
-endif
-
 libxfce4ui-alias.h: make-libxfce4ui-alias.pl libxfce4ui.symbols
 	$(AM_V_GEN) $(PERL) $(srcdir)/make-libxfce4ui-alias.pl < $(srcdir)/libxfce4ui.symbols > libxfce4ui-alias.h
 
@@ -159,4 +155,8 @@ EXTRA_DIST = \
 	libxfce4ui-aliasdef.c \
 	make-libxfce4ui-alias.pl
 
+if HAVE_GNUC_VISIBILITY
+TESTS = abicheck.sh
+endif
+
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:



More information about the Xfce4-commits mailing list