From bd4925c6ac468e80f6106f3d684119498b606a0d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 1 Apr 2015 19:09:00 +0000 Subject: [PATCH] gallium: ship tgsi_to_nir.h in the tarball Acked-by: Matt Turner Signed-off-by: Emil Velikov --- src/gallium/auxiliary/Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index bd8e9499899..ec7547cad99 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -303,7 +303,8 @@ C_SOURCES := \ util/u_video.h NIR_SOURCES := \ - nir/tgsi_to_nir.c + nir/tgsi_to_nir.c \ + nir/tgsi_to_nir.h VL_SOURCES := \ vl/vl_compositor.c \ -- 2.30.2