mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 03:28:09 +02:00
[test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDES
needed to find cairo-features.h when building out of tree.
This commit is contained in:
parent
9c3b161c70
commit
72a4a98346
3 changed files with 3 additions and 0 deletions
|
|
@ -39,4 +39,5 @@ INCLUDES = \
|
|||
-I$(srcdir) \
|
||||
-I$(top_srcdir)/pixman/src \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
$(CAIRO_CFLAGS)
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ INCLUDES = \
|
|||
-I$(srcdir) \
|
||||
-I$(top_srcdir)/boilerplate \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
$(CAIRO_CFLAGS)
|
||||
|
||||
noinst_PROGRAMS = cairo-perf cairo-perf-diff-files
|
||||
|
|
|
|||
|
|
@ -381,6 +381,7 @@ INCLUDES = \
|
|||
-I$(top_srcdir)/boilerplate \
|
||||
-I$(top_srcdir)/pixman/src \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
$(CAIRO_CFLAGS)
|
||||
|
||||
EXTRA_LTLIBRARIES = libcairotest.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue