diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-07 23:50:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-07 23:50:00 +0000 |
commit | f6b6dff46a213f2533b9af4e531466d214546a5b (patch) | |
tree | 329f2664317f562a43073865fa030bcf90d5176b | |
parent | 55b8ceac18339c7b7d95c9033667cd7431eb2fa7 (diff) |
added the http_chunks files
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 998fe0e6a..34eb32ba2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -58,7 +58,8 @@ getenv.c ldap.h ssluse.h \ escape.c mprintf.c telnet.c \ escape.h getpass.c netrc.c telnet.h \ getinfo.c transfer.c strequal.c strequal.h easy.c \ -security.h security.c krb4.c krb4.h memdebug.c memdebug.h inet_ntoa_r.h +security.h security.c krb4.c krb4.h memdebug.c memdebug.h inet_ntoa_r.h \ +http_chunks.c http_chunks.h noinst_HEADERS = setup.h transfer.h |