From ffa86b17abbaa2190a4d7eadcc555aac6770bd6c Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Sun, 4 Mar 2007 16:39:00 -0500 Subject: [PATCH] [test/pdiff] Fix build problem with certain flavors of make --- test/pdiff/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pdiff/Makefile.am b/test/pdiff/Makefile.am index 0a53ce014..89856b842 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