diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-02 06:32:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-02 06:32:05 +0000 |
commit | df7b9e7af6616a1d54d0dd0f3d1152353ec0bb39 (patch) | |
tree | bea4610c2f7a9d4b990249b856392b9594c65ecb | |
parent | f612f194be3bdaccead6e86316b3e808c04d956c (diff) |
Added writeout.c
-rw-r--r-- | src/Makefile.am | 2 |
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 |