[cairo-commit] test/Makefile.am
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Mar 5 10:36:58 PST 2007
test/Makefile.am | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
New commits:
diff-tree d6ac9b47704d671c192da509571b3721756c1347 (from ffa86b17abbaa2190a4d7eadcc555aac6770bd6c)
Author: Dave Yeo <daveryeo at telus.net>
Date: Mon Mar 5 13:36:32 2007 -0500
[test] Fix build on Win32
diff --git a/test/Makefile.am b/test/Makefile.am
index c0857e2..858c59d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -465,17 +465,17 @@ if HAVE_PTHREAD
LDADD += -lpthread
endif
-SUPPORT_PROGS += imagediff png-flatten
+SUPPORT_PROGS += imagediff$(EXEEXT) png-flatten$(EXEEXT)
if CAIRO_CAN_TEST_PDF_SURFACE
-SUPPORT_PROGS += pdf2png
+SUPPORT_PROGS += pdf2png$(EXEEXT)
pdf2png_CFLAGS = $(POPPLER_CFLAGS)
# add LDADD, so poppler uses "our" cairo
pdf2png_LDADD = $(LDADD) $(POPPLER_LIBS)
endif
if CAIRO_CAN_TEST_SVG_SURFACE
-SUPPORT_PROGS += svg2png
+SUPPORT_PROGS += svg2png$(EXEEXT)
svg2png_CFLAGS = $(LIBRSVG_CFLAGS)
# add LDADD, so librsvg uses "our" cairo
svg2png_LDADD = $(LDADD) $(LIBRSVG_LIBS)
More information about the cairo-commit
mailing list