From: Daniel Stenberg Date: Thu, 25 Mar 2004 13:40:24 +0000 (+0000) Subject: cut off 'curl_' from the strerror file names X-Git-Tag: curl-7_11_2~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e161bdc5bebaf08dbd664202acb04c5e728cbcd6;p=thirdparty%2Fcurl.git cut off 'curl_' from the strerror file names --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 199f26ca51..1c4777bf00 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -75,7 +75,7 @@ libcurl_la_SOURCES = arpa_telnet.h file.c netrc.h timeval.c base64.c \ content_encoding.c content_encoding.h share.c share.h http_digest.c \ md5.c md5.h http_digest.h http_negotiate.c http_negotiate.h \ http_ntlm.c http_ntlm.h ca-bundle.h inet_pton.c inet_pton.h \ - strtoofft.c strtoofft.h curl_strerror.c curl_strerror.h + strtoofft.c strtoofft.h strerror.c strerror.h noinst_HEADERS = setup.h transfer.h diff --git a/lib/curl_strerror.c b/lib/strerror.c similarity index 100% rename from lib/curl_strerror.c rename to lib/strerror.c diff --git a/lib/curl_strerror.h b/lib/strerror.h similarity index 100% rename from lib/curl_strerror.h rename to lib/strerror.h