compiler: All leaf Makefile.am should use +=

This slightly simplifies later changes that add more Makefile.*.am
files.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
This commit is contained in:
Ian Romanick 2017-08-14 10:38:10 -07:00
parent 4925347ec5
commit 2c9621ee5c
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ noinst_LTLIBRARIES = libcompiler.la
libcompiler_la_SOURCES = $(LIBCOMPILER_FILES)
noinst_PROGRAMS =
check_PROGRAMS =
TESTS =
BUILT_SOURCES =

View File

@ -54,7 +54,7 @@ check_PROGRAMS += \
glsl/tests/sampler-types-test \
glsl/tests/uniform-initializer-test
noinst_PROGRAMS = glsl_compiler
noinst_PROGRAMS += glsl_compiler
glsl_tests_blob_test_SOURCES = \
glsl/tests/blob_test.c