aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-02 06:32:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-02 06:32:05 +0000
commitdf7b9e7af6616a1d54d0dd0f3d1152353ec0bb39 (patch)
treebea4610c2f7a9d4b990249b856392b9594c65ecb /src
parentf612f194be3bdaccead6e86316b3e808c04d956c (diff)
Added writeout.c
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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