]> git.mxchange.org Git - flightgear.git/commitdiff
Make est-epsilon and gl-info the only programs in tests/ that are installed.
authorcurt <curt>
Fri, 31 Aug 2001 22:57:27 +0000 (22:57 +0000)
committercurt <curt>
Fri, 31 Aug 2001 22:57:27 +0000 (22:57 +0000)
tests/Makefile.am

index af1db71cbd946f1418b5b3a032031e2bc7ca5fb6..59584e0714e92c5bbf347cc514e7b54187b910e2 100644 (file)
@@ -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)