diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-10 14:54:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-10 14:54:12 +0000 |
commit | 0598547b58496d9165787c49d922333f00b82ed2 (patch) | |
tree | 2ccbc03e80950bc85a08dfe4401bd254ffb872a0 | |
parent | 67c7745f5d8008c455ea6dd50ef5f12a0c78d7b9 (diff) | |
download | curl-0598547b58496d9165787c49d922333f00b82ed2.tar.gz |
added README.multi_socket
-rw-r--r-- | lib/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index efb40b93d..cc5a89039 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -25,12 +25,13 @@ AUTOMAKE_OPTIONS = foreign nostdinc DSP = curllib.dsp EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \ - curllib.dsw config-win32.h config-win32ce.h config-riscos.h \ + curllib.dsw config-win32.h config-win32ce.h config-riscos.h \ config-mac.h config.h.in ca-bundle.crt README.encoding README.memoryleak \ README.ares README.curlx makefile.dj config.dj libcurl.framework.make \ libcurl.plist libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga \ Makefile.netware nwlib.c libcurl.imp msvcproj.head msvcproj.foot \ - config-win32ce.h README.httpauth Makefile.Watcom README.hostip + config-win32ce.h README.httpauth Makefile.Watcom README.hostip \ + README.multi_socket CLEANFILES = $(DSP) |