[Xfce4-commits] <libxfce4util:master> Move the abicheck outside maintainer-mode.
Nick Schermer
noreply at xfce.org
Sat Oct 24 14:18:02 CEST 2009
Updating branch refs/heads/master
to 517d9409493d007461c8008e7ef031573567704f (commit)
from c56dcca567ac075253c6654690cf54b0135b926e (commit)
commit 517d9409493d007461c8008e7ef031573567704f
Author: Nick Schermer <nick at xfce.org>
Date: Sat Oct 24 14:16:57 2009 +0200
Move the abicheck outside maintainer-mode.
libxfce4util/Makefile.am | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/libxfce4util/Makefile.am b/libxfce4util/Makefile.am
index 2f57dd5..13521bd 100644
--- a/libxfce4util/Makefile.am
+++ b/libxfce4util/Makefile.am
@@ -111,11 +111,6 @@ DISTCLEANFILES = \
BUILT_SOURCES = \
$(libxfce4util_built_sources)
-if HAVE_GNUC_VISIBILITY
-TESTS = \
- abicheck.sh
-endif
-
libxfce4util-alias.h: make-libxfce4util-alias.pl libxfce4util.symbols
$(PERL) $(srcdir)/make-libxfce4util-alias.pl < $(srcdir)/libxfce4util.symbols > libxfce4util-alias.h
@@ -158,4 +153,8 @@ EXTRA_DIST = \
libxfce4util-aliasdef.c \
make-libxfce4util-alias.pl
+if HAVE_GNUC_VISIBILITY
+TESTS = abicheck.sh
+endif
+
# vi:set ts=8 sw=8 noet ai nocindent:
More information about the Xfce4-commits
mailing list