summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Dachary <loic@dachary.org>2013-09-20 11:57:40 +0200
committerLoic Dachary <loic@dachary.org>2013-09-23 23:46:43 +0200
commit9c9d7e6a32554e7529a588bdb2d05a0978094cf1 (patch)
tree495263af93d825a1e0eceb842880af34d5d0de9d
parentee33ff81f8168b81f3340cb22c47dc88bf879fe2 (diff)
downloadceph-9c9d7e6a32554e7529a588bdb2d05a0978094cf1.tar.gz
autotools: set noinst_PROGRAMS
to be used by unit test support programs that do not need to be installed Signed-off-by: Loic Dachary <loic@dachary.org>
-rw-r--r--src/Makefile-env.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile-env.am b/src/Makefile-env.am
index 151ddbd3b93..6a4e09512a2 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 =