From: Emil Velikov Date: Mon, 16 Nov 2015 10:49:14 +0000 (+0000) Subject: nv50: add missing header into the sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1780a562bcb996828509c5e8912305751bee6144;p=mesa.git nv50: add missing header into the sources list Otherwise it won't end up in the tarball. Signed-off-by: Emil Velikov --- diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources index 12821a670cd..31a93659647 100644 --- a/src/gallium/drivers/nouveau/Makefile.sources +++ b/src/gallium/drivers/nouveau/Makefile.sources @@ -65,6 +65,7 @@ NV50_C_SOURCES := \ nv50/nv50_3d.xml.h \ nv50/nv50_blit.h \ nv50/nv50_compute.c \ + nv50/nv50_compute.xml.h \ nv50/nv50_context.c \ nv50/nv50_context.h \ nv50/nv50_defs.xml.h \