From: Daniel Stenberg Date: Thu, 24 Jan 2002 07:38:01 +0000 (+0000) Subject: don't install the example programs! :-O X-Git-Tag: curl-7_9_4~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170bd6dafca2a92746392c9dd7a98530e2b28024;p=thirdparty%2Fcurl.git don't install the example programs! :-O --- diff --git a/multi/Makefile.am b/multi/Makefile.am index 013c1dbd66..d8a34c4763 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