From: curt Date: Fri, 31 Aug 2001 22:57:27 +0000 (+0000) Subject: Make est-epsilon and gl-info the only programs in tests/ that are installed. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ac2dfc47156de8928919697af9ff01d70180f2a;p=flightgear.git Make est-epsilon and gl-info the only programs in tests/ that are installed. --- 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)