From df7b9e7af6616a1d54d0dd0f3d1152353ec0bb39 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Oct 2000 06:32:05 +0000 Subject: Added writeout.c --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 51bfbaf51..a5aadc260 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = -I$(top_srcdir)/include bin_PROGRAMS = curl -curl_SOURCES = main.c hugehelp.c urlglob.c +curl_SOURCES = main.c hugehelp.c urlglob.c writeout.c curl_LDADD = $(top_srcdir)/lib/libcurl.la curl_DEPENDENCIES = $(top_srcdir)/lib/libcurl.la BUILT_SOURCES = hugehelp.c -- cgit v1.2.3