diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-01-09 11:19:51 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-09 11:19:51 +0000 | 
| commit | abb01123cbd58dda279230ab95f7e817ae0c5a57 (patch) | |
| tree | 5d12972b34043cbbeecaf874a3445bb854f03f9e /lib | |
| parent | e2d249f8c5b7c111bea3196fef5a65fc0bf4a4ee (diff) | |
share.h is now a used header file
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 dd3781bce..7fb166370 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -66,7 +66,7 @@ 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		\ -content_encoding.c content_encoding.h +content_encoding.c content_encoding.h share.h  noinst_HEADERS = setup.h transfer.h | 
