From c8c3fbe749f1bf45e83ecfc1f8cdcd9aa4a3a338 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 21 Mar 2014 15:33:18 -0500 Subject: [PATCH] don't install test programs --- libs/esl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/esl/Makefile.am b/libs/esl/Makefile.am index b4f7e48253..6680caa93f 100644 --- a/libs/esl/Makefile.am +++ b/libs/esl/Makefile.am @@ -16,7 +16,8 @@ endif $(MYLIB): libesl.la -bin_PROGRAMS = fs_cli testclient testserver testserver_fork ivrd +bin_PROGRAMS = fs_cli ivrd +noinst_PROGRAMS = testclient testserver testserver_fork fs_cli_SOURCES = fs_cli.c fs_cli_CFLAGS = $(AM_CFLAGS) -I$(switch_srcdir)/libs/esl/src/include