diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-10-02 06:32:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-10-02 06:32:31 +0000 |
commit | ef77d484f07ab4730ba4d9b5f9f564c89942ab52 (patch) | |
tree | ad66bc24f72cae8c9b76f252dc66d2f2ec362adc /lib | |
parent | df7b9e7af6616a1d54d0dd0f3d1152353ec0bb39 (diff) |
removed writeout.[ch] and added getinfo.c
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 88e36b356..71cd0bf48 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -23,7 +23,7 @@ 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 \ -writeout.c writeout.h highlevel.c strequal.c strequal.h easy.c \ +getinfo.c highlevel.c strequal.c strequal.h easy.c \ security.h security.c krb4.c # Say $(srcdir), so GNU make does not report an ambiguity with the .y.c rule. |