[Xfce4-commits] <exo:master> Move the abicheck.sh test to the end of Makefile.am.
Nick Schermer
noreply at xfce.org
Sat Oct 24 11:58:01 CEST 2009
Updating branch refs/heads/master
to 092134ee9e94b23c8ce807b69d45cfcb3fee6c33 (commit)
from f00a74ef7517826b88508a261edcec70a642dbfd (commit)
commit 092134ee9e94b23c8ce807b69d45cfcb3fee6c33
Author: Nick Schermer <nick at xfce.org>
Date: Sat Oct 24 11:47:00 2009 +0200
Move the abicheck.sh test to the end of Makefile.am.
This way the test is executed when running distcheck.
exo/Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/exo/Makefile.am b/exo/Makefile.am
index 5f48ede..eadd807 100644
--- a/exo/Makefile.am
+++ b/exo/Makefile.am
@@ -135,11 +135,6 @@ DISTCLEANFILES = \
BUILT_SOURCES = \
$(libexo_built_sources)
-if HAVE_GNUC_VISIBILITY
-TESTS = \
- abicheck.sh
-endif
-
exo-alias.h: make-exo-alias.pl exo.symbols
$(AM_V_GEN) $(PERL) $(srcdir)/make-exo-alias.pl < $(srcdir)/exo.symbols > exo-alias.h
@@ -202,4 +197,9 @@ EXTRA_DIST = \
exo-marshal.list \
make-exo-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