aboutsummaryrefslogtreecommitdiff
path: root/multi/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-24 07:38:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-24 07:38:01 +0000
commit170bd6dafca2a92746392c9dd7a98530e2b28024 (patch)
tree9bb52cd1fcfac4617ea0643f96420153892dc8ee /multi/Makefile.am
parent7e16ec872438e6df9172d3ad18b1117448cf6a93 (diff)
don't install the example programs! :-O
Diffstat (limited to 'multi/Makefile.am')
-rw-r--r--multi/Makefile.am2
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