From: Loic Dachary Date: Fri, 20 Sep 2013 09:57:40 +0000 (+0200) Subject: autotools: set noinst_PROGRAMS X-Git-Tag: v0.71~89^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9c9d7e6a32554e7529a588bdb2d05a0978094cf1;p=ceph.git autotools: set noinst_PROGRAMS to be used by unit test support programs that do not need to be installed Signed-off-by: Loic Dachary --- diff --git a/src/Makefile-env.am b/src/Makefile-env.am index 151ddbd3b93e..6a4e09512a29 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 =