diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-31 23:05:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-31 23:05:16 +0200 |
commit | 1d265692b70e6f453cb8f9b550fe4858b4fa2524 (patch) | |
tree | 9f8a5cc7e422de669c164048ae5226865603c334 /lib/Makefile.am | |
parent | 7b913444ec68d00c96c1ea0926fbeb07c8ea19b2 (diff) | |
download | curl-1d265692b70e6f453cb8f9b550fe4858b4fa2524.tar.gz |
removed README.cmake due to the improved situation
Diffstat (limited to 'lib/Makefile.am')
-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 8a1f1a9a7..53d65dedd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -26,7 +26,7 @@ VCPROJ = libcurl.vcproj DOCS = README.encoding README.memoryleak README.ares README.curlx \ README.hostip README.multi_socket README.httpauth README.pipelining \ - README.curl_off_t README.cmake README.pingpong + README.curl_off_t README.pingpong CMAKE_DIST = CMakeLists.txt curl_config.h.cmake |