From ac4437b20b87c7285b89466f05b51518ae616873 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 23 Jan 2018 13:04:57 +0000 Subject: automake: small cleanup after the meson.build inclusion Namely extend the EXTRA_DIST list, instead of re-assigning it and bring back a file dropped by mistake. Fixes: 436ed65d38d ("autotools: include meson build files in tarball") Signed-off-by: Emil Velikov Reviewed-by: Daniel Stone --- src/mesa/drivers/dri/i965/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers') diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index f1bfe968874..79be769c9b5 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -105,7 +105,6 @@ BUILT_SOURCES = $(i965_oa_GENERATED_FILES) CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ - meson.build \ brw_oa_hsw.xml \ brw_oa_bdw.xml \ brw_oa_chv.xml \ @@ -118,7 +117,8 @@ EXTRA_DIST = \ brw_oa_glk.xml \ brw_oa_cflgt2.xml \ brw_oa_cflgt3.xml \ - brw_oa.py + brw_oa.py \ + meson.build # Note: we avoid using a multi target rule here and outputting both the # .c and .h files in one go so we don't hit problems with parallel -- cgit v1.2.3