diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-17 09:40:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-17 09:40:13 +0000 |
commit | 5a4c56fc448f1e58096d50198b6bf69c3fb2c0c4 (patch) | |
tree | e82f9803ae88247add14daeb9bf0c5dd823feb0e /tests | |
parent | 81f45ba92ac15bc7054280a14acf92a1b1402c7b (diff) |
don't install the test programs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |