swr: automake: add missing -I flag
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 10 Jun 2016 19:45:01 +0000 (20:45 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Jun 2016 14:31:24 +0000 (15:31 +0100)
commitfcb5a75a666fa8eb8efe8e7d45316549b4c53ef3
treeb62c83a17524e1e4db4374ae485728a9236dd5a5
parentf4d26856df2628b6e0fdeee1e9be36427d8f7b74
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>
src/gallium/drivers/swr/Makefile.am