From 8ac2dfc47156de8928919697af9ff01d70180f2a Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 31 Aug 2001 22:57:27 +0000 Subject: [PATCH] Make est-epsilon and gl-info the only programs in tests/ that are installed. --- tests/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index af1db71cb..59584e071 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,6 @@ -bin_PROGRAMS = est-epsilon gl-info test-gethostname test-mktime test-text \ - test-up +bin_PROGRAMS = est-epsilon gl-info + +noinst_PROGRAMS = test-gethostname test-mktime test-text test-up est_epsilon_SOURCES = est-epsilon.c est_epsilon_LDADD = $(base_LIBS)