aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-22 07:02:17 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-22 01:53:50 +0100
commit461d45ea7a459c15104c97cbcfa20ea3aa532c56 (patch)
tree1d83c28f85a5d81bdc11c05673b868e43b15759f /src/Makefile.inc
parent32e9275edb296ba846e3104527f0c82bf26c2901 (diff)
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/Makefile.inc')
-rw-r--r--src/Makefile.inc2
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 \