mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-31 14:50:13 +01:00
[test/pdiff] Fix build problem with certain flavors of make
This commit is contained in:
parent
325e752390
commit
ffa86b17ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue