summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-02 22:05:06 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-02 22:05:06 -0400
commitcf212ddacaf012f506c680ebd10477018b7e936a (patch)
tree3ae974977bee36147da61881c5c801621316386f /src/Makefile.am
parent78127c7fb43db9e020551b04d8f85e0bdcc4c894 (diff)
downloadcairo-cf212ddacaf012f506c680ebd10477018b7e936a.tar.gz
Also test linking when cross-compiling
We build the test. Just don't run it.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a310a4b36..7f38541ab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@ TESTS_SH = \
$(NULL)
TESTS += TESTS_SH
if CROSS_COMPILING
+check: check-link
else
TESTS += check-link
endif