[cairo-commit] src/Makefile.am

Chris Wilson ickle at kemper.freedesktop.org
Wed Sep 3 02:47:43 PDT 2008


 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c18cc5b44176ba0916a3fb9deb1548db149f01d4
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Sep 3 10:00:14 2008 +0100

    [src/Makefile.am] make check compile fix
    
    Minor typo preventing TESTS from building.

diff --git a/src/Makefile.am b/src/Makefile.am
index 7f38541..7f9242b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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


More information about the cairo-commit mailing list