projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0097940
)
gallium/tests: Fix assignment of EXTRA_DIST
author
Matt Turner
<mattst88@gmail.com>
Wed, 9 May 2018 23:36:58 +0000
(16:36 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 9 May 2018 23:38:47 +0000
(16:38 -0700)
Fixes: 6754c2e83d79 ("autotools: Include new meson files")
src/gallium/tests/unit/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/tests/unit/Makefile.am
b/src/gallium/tests/unit/Makefile.am
index f1192af17a65e582b0722884d0582d2d503ae94e..74d125fe449879d1d4add79fda0aaa8c7960a0e5 100644
(file)
--- a/
src/gallium/tests/unit/Makefile.am
+++ b/
src/gallium/tests/unit/Makefile.am
@@
-2,7
+2,7
@@
include $(top_srcdir)/src/gallium/Automake.inc
-EXTRA_DIST = SConscript
+EXTRA_DIST = SConscript
meson.build
AM_CFLAGS = \
$(GALLIUM_CFLAGS)
@@
-32,5
+32,3
@@
u_format_test_SOURCES = u_format_test.c
u_format_compatible_test_SOURCES = u_format_compatible_test.c
translate_test_SOURCES = translate_test.c
-
-EXTRA_DIST = meson.build