mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 04:08:13 +02:00
[src/Makefile.am] make check compile fix
Minor typo preventing TESTS from building.
This commit is contained in:
parent
cf212ddaca
commit
c18cc5b441
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ TESTS_SH = \
|
|||
check-cairoint.sh \
|
||||
check-doc-syntax.sh\
|
||||
$(NULL)
|
||||
TESTS += TESTS_SH
|
||||
TESTS += $(TESTS_SH)
|
||||
if CROSS_COMPILING
|
||||
check: check-link
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue