From 9c9d7e6a32554e7529a588bdb2d05a0978094cf1 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 20 Sep 2013 11:57:40 +0200 Subject: [PATCH] autotools: set noinst_PROGRAMS to be used by unit test support programs that do not need to be installed Signed-off-by: Loic Dachary --- src/Makefile-env.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile-env.am b/src/Makefile-env.am index 151ddbd3b93ef..6a4e09512a29a 100644 --- a/src/Makefile-env.am +++ b/src/Makefile-env.am @@ -8,6 +8,7 @@ CLEANFILES = noinst_HEADERS = bin_PROGRAMS = +noinst_PROGRAMS = bin_SCRIPTS = sbin_PROGRAMS = sbin_SCRIPTS = -- 2.39.5