From: Brian Paul Date: Tue, 4 Apr 2017 19:13:33 +0000 (-0600) Subject: svga: specify include path for git_sha1.h for out-of-src builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5637a497a3d86ff0bff793a1ecc706239cfe6a6f;p=mesa.git 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 --- 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)