diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-06-09 14:57:26 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-06-12 11:35:24 +0200 |
commit | 621a7845299643d12970a53c337adfc37cdbf757 (patch) | |
tree | f28a728af57949c9933f5123298ceb2fd80529ec /src | |
parent | 4152edbcdee7bd0bfd2487fb7fe140f3e4a11419 (diff) |
r600/eg: distribute egd_tables.py in the dist file
Otherwise, `make distcheck` will fail.
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r600/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |