[cairo-commit] test/Makefile.am

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Aug 16 17:07:13 PDT 2006


 test/Makefile.am |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 6122cc85c8f71b1ba2df3ab86907768edebe1781 (from 30cd66fe9a017af9ab2e5b25a13ff70b66b62d17)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Aug 16 20:07:06 2006 -0400

    [test] Add $(LDADD) to svg2png_LDADD, to link to correct cairo
    Previously it was using the cairo found in system.

diff --git a/test/Makefile.am b/test/Makefile.am
index eac3f29..effa321 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -427,7 +427,7 @@ endif
 if CAIRO_CAN_TEST_SVG_SURFACE
 SUPPORT_PROGS += svg2png
 svg2png_CFLAGS = $(LIBRSVG_CFLAGS)
-svg2png_LDADD = $(LIBRSVG_LIBS)
+svg2png_LDADD = $(LDADD) $(LIBRSVG_LIBS)
 endif
 
 EXTRA_PROGRAMS = $(TESTS) $(SUPPORT_PROGS)


More information about the cairo-commit mailing list