diff options
author | Emil Velikov <[email protected]> | 2018-01-23 13:04:57 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-01-23 14:25:34 +0000 |
commit | a9db8ac93508701d5681a7273460084939386ed7 (patch) | |
tree | b698900bb884367922875206139af906aeae7aec /src/gallium/drivers/freedreno/Makefile.am | |
parent | 41e48eac8700944fa069254371b6f629fdbef1e7 (diff) |
automake: small cleanup after the meson.build inclusion18.0-branchpoint
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]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.am')
-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 |