summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2015-03-20 12:01:07 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2015-03-20 12:01:07 +0800
commit2d0ce24c66c14c3f77bef54bdc4605241e0527bd (patch)
tree96288cf57e21b1a060d276829f664cbc6d916d36
parent3c66aa58ccb0fcb393472eeaa6a9188216683a79 (diff)
Fix 'make dist'
Otherwise the tar package created by 'make dist' is not buildable
-rw-r--r--src/shaders/render/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shaders/render/Makefile.am b/src/shaders/render/Makefile.am
index 1228366..63991ce 100644
--- a/src/shaders/render/Makefile.am
+++ b/src/shaders/render/Makefile.am
@@ -195,6 +195,7 @@ EXTRA_DIST = \
$(INTEL_G7A) \
$(INTEL_G7B) \
$(INTEL_G7B_HASWELL) \
+ $(INTEL_G7I) \
$(INTEL_G8A) \
$(INTEL_G8B) \
$(INTEL_G9A) \