[cairo-commit] test/pdiff
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Mar 4 16:30:28 PST 2007
test/pdiff/Makefile.am | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree ffa86b17abbaa2190a4d7eadcc555aac6770bd6c (from 325e75239098e640ed05ade39ec2b9f74ae30d3d)
Author: Mathias Hasselmann <mathias.hasselmann at gmx.de>
Date: Sun Mar 4 16:39:00 2007 -0500
[test/pdiff] Fix build problem with certain flavors of make
diff --git a/test/pdiff/Makefile.am b/test/pdiff/Makefile.am
index 0a53ce0..89856b8 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 $(CAIRO_CFLAGS)
+INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src $(CAIRO_CFLAGS)
LDADD = libpdiff.la $(top_builddir)/src/libcairo.la
More information about the cairo-commit
mailing list