From: Daniel Stenberg Date: Mon, 21 Feb 2000 23:53:36 +0000 (+0000) Subject: Added writeout.[ch] X-Git-Tag: curl-6_5~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f13de7049a22fb843d9fad93d8b7d941187f2b;p=thirdparty%2Fcurl.git Added writeout.[ch] --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 4928f816ed..4b212fe607 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,7 +22,8 @@ dict.h getdate.c if2ip.h speedcheck.h urldata.h \ download.c getdate.h ldap.c ssluse.c version.c \ download.h getenv.c ldap.h ssluse.h \ escape.c getenv.h mprintf.c telnet.c \ -escape.h getpass.c netrc.c telnet.h +escape.h getpass.c netrc.c telnet.h \ +writeout.c writeout.h # Say $(srcdir), so GNU make does not report an ambiguity with the .y.c rule. $(srcdir)/getdate.c: getdate.y