From: Emil Velikov Date: Fri, 28 Apr 2017 12:33:58 +0000 (+0100) Subject: ac: include all sources in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecc39b665091d4505044e3631f90c8a599dae06e;p=mesa.git ac: include all sources in the tarball Fixes: e2659176cef ("radeonsi/ac: move vertex export remove to common code.") Signed-off-by: Emil Velikov --- diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index 38dd48b8d3c..620b046cdb7 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -42,6 +42,7 @@ ADDRLIB_FILES = \ AMD_COMPILER_FILES = \ common/ac_binary.c \ common/ac_binary.h \ + common/ac_exp_param.h \ common/ac_llvm_build.c \ common/ac_llvm_build.h \ common/ac_llvm_helper.cpp \