From ecc39b665091d4505044e3631f90c8a599dae06e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 28 Apr 2017 13:33:58 +0100 Subject: [PATCH] ac: include all sources in the tarball Fixes: e2659176cef ("radeonsi/ac: move vertex export remove to common code.") Signed-off-by: Emil Velikov --- src/amd/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2