diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-24 07:38:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-24 07:38:01 +0000 |
commit | 170bd6dafca2a92746392c9dd7a98530e2b28024 (patch) | |
tree | 9bb52cd1fcfac4617ea0643f96420153892dc8ee /multi | |
parent | 7e16ec872438e6df9172d3ad18b1117448cf6a93 (diff) |
don't install the example programs! :-O
Diffstat (limited to 'multi')
-rw-r--r-- | multi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multi/Makefile.am b/multi/Makefile.am index 013c1dbd6..d8a34c476 100644 --- a/multi/Makefile.am +++ b/multi/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/include -bin_PROGRAMS = app single double +noinst_PROGRAMS = app single double app_SOURCES = app.c app_LDADD = ../lib/libcurl.la |