[Xfce4-commits] <xfconf:master> Move abicheck outside maintainer mode.
Nick Schermer
noreply at xfce.org
Wed Dec 30 11:34:02 CET 2009
Updating branch refs/heads/master
to c64d5b0e319c1f5e0b9a1a3751d9b350e2620869 (commit)
from 39c25c15314e8288789306b483fff927071dc63b (commit)
commit c64d5b0e319c1f5e0b9a1a3751d9b350e2620869
Author: Nick Schermer <nick at xfce.org>
Date: Wed Dec 30 11:29:55 2009 +0100
Move abicheck outside maintainer mode.
This way the check is always performed during dist-check
(2nd pass runs checks with visibility but without maintainer mode).
xfconf/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/xfconf/Makefile.am b/xfconf/Makefile.am
index 1db6a77..3b0bf15 100644
--- a/xfconf/Makefile.am
+++ b/xfconf/Makefile.am
@@ -60,10 +60,6 @@ xfconf-dbus-bindings.h: $(top_srcdir)/common/xfconf-dbus.xml Makefile
# the above fixes a bug in dbus-binding-tool's output
# dbus-binding-tool doesn't initialise GValues to { 0, } properly
-if HAVE_GNUC_VISIBILITY
-TESTS = abicheck.sh
-endif
-
CLEANFILES = \
$(BUILT_SOURCES) \
xfconf-dbus-bindings.h.tmp
@@ -76,3 +72,7 @@ EXTRA_DIST = \
# required for gtk-doc
dist-hook: all
+
+if HAVE_GNUC_VISIBILITY
+TESTS = abicheck.sh
+endif
More information about the Xfce4-commits
mailing list