From 75601f7924e90d9af9d649ed3eb069332ce33550 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Jan 2002 15:03:14 +0000 Subject: multi interface example/test sources from the multi-dev branch --- multi/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 multi/Makefile.am (limited to 'multi/Makefile.am') diff --git a/multi/Makefile.am b/multi/Makefile.am new file mode 100644 index 000000000..013c1dbd6 --- /dev/null +++ b/multi/Makefile.am @@ -0,0 +1,21 @@ +# +# $Id$ +# + +INCLUDES = -I$(top_srcdir)/include + +bin_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 -- cgit v1.2.3