[test/pdiff] Fix build problem with certain flavors of make

This commit is contained in:
Mathias Hasselmann 2007-03-04 16:39:00 -05:00 committed by Behdad Esfahbod
parent 325e752390
commit ffa86b17ab

View file

@ -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