From 5a4c56fc448f1e58096d50198b6bf69c3fb2c0c4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Dec 2002 09:40:13 +0000 Subject: don't install the test programs --- tests/libtest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index c25838b5a..6ecc2607a 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/include/curl LIBDIR = ../../lib # here are all tools used for running libcurl tests -bin_PROGRAMS = lib500 lib501 lib502 lib503 lib504 +noinst_PROGRAMS = lib500 lib501 lib502 lib503 lib504 lib500_SOURCES = lib500.c first.c test.h lib500_LDADD = $(LIBDIR)/libcurl.la -- cgit v1.2.3