aboutsummaryrefslogtreecommitdiff
path: root/multi/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'multi/Makefile.am')
-rw-r--r--multi/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/multi/Makefile.am b/multi/Makefile.am
deleted file mode 100644
index d8a34c476..000000000
--- a/multi/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# $Id$
-#
-
-INCLUDES = -I$(top_srcdir)/include
-
-noinst_PROGRAMS = app single double
-
-app_SOURCES = app.c
-app_LDADD = ../lib/libcurl.la
-app_DEPENDENCIES = ../lib/libcurl.la
-
-single_SOURCES = single.c
-single_LDADD = ../lib/libcurl.la
-single_DEPENDENCIES = ../lib/libcurl.la
-
-double_SOURCES = double.c
-double_LDADD = ../lib/libcurl.la
-double_DEPENDENCIES = ../lib/libcurl.la
-
-AUTOMAKE_OPTIONS = foreign no-dependencies