diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-22 07:02:17 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-22 01:53:50 +0100 |
commit | 461d45ea7a459c15104c97cbcfa20ea3aa532c56 (patch) | |
tree | 1d83c28f85a5d81bdc11c05673b868e43b15759f /src | |
parent | 32e9275edb296ba846e3104527f0c82bf26c2901 (diff) | |
download | curl-461d45ea7a459c15104c97cbcfa20ea3aa532c56.tar.gz |
build: Fixed incorrect reference to curl_setup.h in Visual Studio files
Fixed a copy / paste error from my 2011 project files.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc index 674356a7e..64d55ecf9 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -17,7 +17,7 @@ CURLX_CFILES = \ ../lib/warnless.c CURLX_HFILES = \ - ../lib/setup.h \ + ../lib/curl_setup.h \ ../lib/strtoofft.h \ ../lib/strdup.h \ ../lib/rawstr.h \ |