diff options
author | Emil Velikov <[email protected]> | 2016-05-01 08:38:34 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-01 08:38:34 +0100 |
commit | 1f04caa09caf849b56d0c19c5b80d1420a7d2cb8 (patch) | |
tree | c9a00675d7f3710d6bc4c9ea7546076a51ab9382 /src | |
parent | cee69ccb9248d571ac9846e6eedf7d440df8ba24 (diff) |
isl: include all the files in the tarball
Add the missing header(s), generation scripts, README ...
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/isl/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |