swr: automake: add missing -I flag

When building from a release tarball (where the generated/built files
are in srcdir) in an OOT fashion we need to have both builddir and
srcdir in the includes list.

Otherwise we'll error out, as the file (header gen_knobs.h in this case)
won't be in the location where we are looking.

Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Cc: Tim Rowley <timothy.o.rowley@intel.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2016-06-10 20:45:01 +01:00 committed by Emil Velikov
parent f4d26856df
commit fcb5a75a66
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ COMMON_CXXFLAGS = \
-I$(builddir)/rasterizer/jitter \
-I$(srcdir)/rasterizer \
-I$(srcdir)/rasterizer/core \
-I$(srcdir)/rasterizer/scripts \
-I$(srcdir)/rasterizer/jitter
COMMON_SOURCES = \