diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-01 14:25:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-01 14:25:37 +0000 |
commit | 72ea805298397dc6e53e125f95de0aae345feb5b (patch) | |
tree | afdd038e3eef5cabc336c4c5242add4c94a8b65c /lib | |
parent | 79ffbf7fe1af3fb3d6a4a1ad31eeaaecb1dbd8e6 (diff) |
Add README.curl_off_t to the release archive
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 7e058e35b..67de16372 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,7 +27,7 @@ VCPROJ = curllib.vcproj DOCS = README.encoding README.memoryleak README.ares README.curlx \ README.hostip README.multi_socket README.httpauth README.pipelining \ - README.NSS + README.NSS README.curl_off_t EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \ curllib.dsw config-win32.h config-win32ce.h config-riscos.h config-mac.h \ |