From 1f04caa09caf849b56d0c19c5b80d1420a7d2cb8 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 1 May 2016 08:38:34 +0100 Subject: [PATCH] isl: include all the files in the tarball Add the missing header(s), generation scripts, README ... Signed-off-by: Emil Velikov --- src/intel/isl/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index 1427e7bb033..d1f91a78e02 100644 --- a/src/intel/isl/Makefile.am +++ b/src/intel/isl/Makefile.am @@ -63,6 +63,7 @@ libisl_la_SOURCES = \ isl_gen4.h \ isl_gen6.c \ isl_gen6.h \ + isl_priv.h \ isl_storage_image.c \ $(NULL) @@ -121,3 +122,8 @@ tests_isl_surf_get_image_offset_test_LDADD = $(tests_ldadd) # ---------------------------------------------------------------------------- include $(top_srcdir)/install-lib-links.mk + +EXTRA_DIST = \ + isl_format_layout_gen.bash \ + isl_format_layout.csv \ + README -- 2.30.2