[cairo-commit] test/pdiff
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sat Dec 16 15:18:51 PST 2006
test/pdiff/Makefile.am | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 57589a90490f9bb9e4926c0b138eb95f16db374b (from 8f2ad0affd4fe4821992e87487bc2737e9c538e5)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sat Dec 16 18:18:47 2006 -0500
[pdiff] Use CAIRO_CFLAGS, to make sure warnings are enabled
diff --git a/test/pdiff/Makefile.am b/test/pdiff/Makefile.am
index d72b273..0a53ce0 100644
--- a/test/pdiff/Makefile.am
+++ b/test/pdiff/Makefile.am
@@ -12,5 +12,5 @@ perceptualdiff_SOURCES = \
args.h \
perceptualdiff.c
-INCLUDES = -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir)/src $(CAIRO_CFLAGS)
LDADD = libpdiff.la $(top_builddir)/src/libcairo.la
More information about the cairo-commit
mailing list