compiler: All leaf Makefile.am should use +=
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 14 Aug 2017 17:38:10 +0000 (10:38 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 29 Mar 2018 21:09:41 +0000 (14:09 -0700)
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>
src/compiler/Makefile.am
src/compiler/Makefile.glsl.am

index fd6811ff26ef81076c5ee71160a63380b82f3f2b..18c062019f00a9d2f5cd6a47c820238b2177bfe3 100644 (file)
@@ -53,6 +53,7 @@ noinst_LTLIBRARIES = libcompiler.la
 
 libcompiler_la_SOURCES = $(LIBCOMPILER_FILES)
 
+noinst_PROGRAMS =
 check_PROGRAMS =
 TESTS =
 BUILT_SOURCES =
index 179f415fe6fc03f394cfd8d5c52f997be0e6efbd..ad19b14e446724523202cfdca9f6d129c62c5b89 100644 (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