diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 14:32:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 14:32:43 +0000 |
commit | ab6b0f98430a6682270da8f7c0c5797f121aa9e8 (patch) | |
tree | 04e37eb9fb155e1342cc12268b6627781585eefe /lib | |
parent | c560327f2627e7bec0512b4fdbc1c5903c6954a8 (diff) |
removed multi.h
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 b4536b91d..7680ee402 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -61,7 +61,7 @@ escape.h getpass.c netrc.c telnet.h \ getinfo.c getinfo.h transfer.c strequal.c strequal.h easy.c \ security.h security.c krb4.c krb4.h memdebug.c memdebug.h inet_ntoa_r.h \ http_chunks.c http_chunks.h strtok.c strtok.h connect.c connect.h \ -llist.c llist.h hash.c hash.h multi.c multi.h +llist.c llist.h hash.c hash.h multi.c noinst_HEADERS = setup.h transfer.h |