From: Juan A. Suarez Romero Date: Fri, 9 Jun 2017 14:57:26 +0000 (+0000) Subject: r600/eg: distribute egd_tables.py in the dist file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=621a7845299643d12970a53c337adfc37cdbf757;p=mesa.git r600/eg: distribute egd_tables.py in the dist file Otherwise, `make distcheck` will fail. Reviewed-by: Nicolai Hähnle --- diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am index 44fd51d216a..2b1ffb5bba8 100644 --- a/src/gallium/drivers/r600/Makefile.am +++ b/src/gallium/drivers/r600/Makefile.am @@ -35,6 +35,10 @@ AM_CFLAGS += \ -DHAVE_OPENCL endif +CLEANFILES = \ + egd_tables.h + EXTRA_DIST = \ + egd_tables.py \ sb/notes.markdown \ sb/sb_bc_fmt_def.inc