From 5637a497a3d86ff0bff793a1ecc706239cfe6a6f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 4 Apr 2017 13:13:33 -0600 Subject: [PATCH] svga: specify include path for git_sha1.h for out-of-src builds If we're doing an out-of-src build, we need to specify the #include patch to find git_sha1.h Reviewed-by: Charmaine Lee --- src/gallium/drivers/svga/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/drivers/svga/Makefile.am b/src/gallium/drivers/svga/Makefile.am index d46de95e4b4..1ad5e0f91e6 100644 --- a/src/gallium/drivers/svga/Makefile.am +++ b/src/gallium/drivers/svga/Makefile.am @@ -23,6 +23,9 @@ include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc +AM_CPPFLAGS = \ + -I$(top_builddir)/src + AM_CFLAGS = \ $(GALLIUM_DRIVER_CFLAGS) \ $(MSVC2013_COMPAT_CFLAGS) -- 2.30.2