From: Emil Velikov Date: Fri, 29 Aug 2014 19:40:21 +0000 (+0100) Subject: st/vega: ship the final headers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13a5adc1b7eb9cef078c249c30f2084184637e46;p=mesa.git st/vega: ship the final headers Commit 60d772cd9d1(st/vega: add headers and SConscript in the tarball) meant to pick all the headers to be included in the release tarball yet it missed a few. Signed-off-by: Emil Velikov Acked-by: Matt Turner --- diff --git a/src/gallium/state_trackers/vega/Makefile.sources b/src/gallium/state_trackers/vega/Makefile.sources index cc55019529c..116a771629f 100644 --- a/src/gallium/state_trackers/vega/Makefile.sources +++ b/src/gallium/state_trackers/vega/Makefile.sources @@ -13,6 +13,10 @@ C_SOURCES := \ api_text.c \ api_transform.c \ arc.c \ + arc.h \ + asm_fill.h \ + asm_filters.h \ + asm_util.h \ bezier.c \ bezier.h \ handle.c \