[Pdbg] [PATCH 3/5] Makefile: Do not install test programs

Amitay Isaacs amitay at ozlabs.org
Mon Jul 16 16:32:14 AEST 2018


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7206fc2..739ab23 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,8 @@ AM_MAKEFLAGS = --no-print-directory
 
 GIT_SHA1 ?= `git --work-tree=$(top_srcdir) --git-dir=$(top_srcdir)/.git describe --always --long --dirty 2>/dev/null || echo unknown`
 
-bin_PROGRAMS = pdbg optcmd_test
+bin_PROGRAMS = pdbg
+noinst_PROGRAMS = optcmd_test
 
 ACLOCAL_AMFLAGS = -Im4
 AM_CFLAGS = -I$(top_srcdir)/ccan/array_size -Wall -Werror -O2
-- 
2.17.1



More information about the Pdbg mailing list