diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-17 18:31:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-17 18:31:57 +0000 |
commit | 21105ab3446321fc661519fce246984aaad2de76 (patch) | |
tree | 7e2ac2887cdcb1e79f4655aaf24a4ffba9e3c1d8 /lib | |
parent | e49d928ce484a5af410a7df614c0ee309c5a834a (diff) |
README.NSS is gone
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 8d30d4c53..354c56019 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -27,7 +27,7 @@ VCPROJ = libcurl.vcproj DOCS = README.encoding README.memoryleak README.ares README.curlx \ README.hostip README.multi_socket README.httpauth README.pipelining \ - README.NSS README.curl_off_t + README.curl_off_t CMAKE_DIST = CMakeLists.txt curl_config.h.cmake |