OSDN Git Service

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>
Wed, 15 Jun 2016 08:29:12 +0000 (09:29 +0100)
commit501e8421f817b8a3f7780c4a8114e8e3c953fa79
tree85f5e29f5e5f30d0d00680ad13ab4dd9c44b7e18
parent3162e2f9fc2cc000666f26e28e6f03609cc36dad
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>
(cherry picked from commit fcb5a75a666fa8eb8efe8e7d45316549b4c53ef3)
src/gallium/drivers/swr/Makefile.am