[src/Makefile.am] make check compile fix

Minor typo preventing TESTS from building.
This commit is contained in:
Chris Wilson 2008-09-03 10:00:14 +01:00
parent cf212ddaca
commit c18cc5b441

View file

@ -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