]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added writeout.c
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Oct 2000 06:32:05 +0000 (06:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Oct 2000 06:32:05 +0000 (06:32 +0000)
src/Makefile.am

index 51bfbaf51cb56f3f6ce0df5e7f46a90f42e870d9..a5aadc260acbcad1b084ce1d2e46330d0a4ab3d1 100644 (file)
@@ -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