From 21d0193dc6d68ea003ffcd1a81c0080a032fa84c Mon Sep 17 00:00:00 2001 From: Robert Foss Date: Wed, 27 Jul 2016 13:17:45 -0400 Subject: tools/Makefile: Replace automake specific name of listings in Makfile.sources Replace the automake specific names of listings in Makefile.sources with something not automake specific. Signed-off-by: Robert Foss Reviewed-by: Emil Velikov Signed-off-by: Daniel Vetter --- tools/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index f8ac0d8b..d3243211 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,7 @@ include Makefile.sources +bin_PROGRAMS = $(tools_prog_lists) + if HAVE_LIBDRM_INTEL bin_PROGRAMS += $(LIBDRM_INTEL_BIN) intel_error_decode_LDFLAGS = -lz -- cgit v1.2.3