diff options
author | Emil Velikov <[email protected]> | 2018-01-23 13:04:57 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-01-25 17:06:29 +0000 |
commit | ac4437b20b87c7285b89466f05b51518ae616873 (patch) | |
tree | 1781193ef2613ef0a9d34ead345bafe6bf58f5f9 /src/gallium/drivers/freedreno | |
parent | 50265cd9ee4caffee853700bdcd75b92eedc0e7b (diff) |
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 <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r-- | src/gallium/drivers/freedreno/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.am b/src/gallium/drivers/freedreno/Makefile.am index 4e7bf2caeb8..3bcac39484a 100644 --- a/src/gallium/drivers/freedreno/Makefile.am +++ b/src/gallium/drivers/freedreno/Makefile.am @@ -46,4 +46,4 @@ ir3_compiler_LDADD = \ $(GALLIUM_COMMON_LIB_DEPS) \ $(FREEDRENO_LIBS) -EXTRA_DIST = meson.build +EXTRA_DIST += meson.build |