diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-21 22:57:02 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-21 23:12:22 +0100 |
commit | 491767418bd3e69867d48c2f9b4ea58f7112a879 (patch) | |
tree | e4d661a78c3feca03e7d8ee3d4ef9f769c70e135 /src/Makefile.inc | |
parent | e8b7431305bf5b75d8d7a76ba6b639f12b0136ee (diff) | |
download | curl-491767418bd3e69867d48c2f9b4ea58f7112a879.tar.gz |
Makefile.inc: Added curlx headers to assist Visual Studio project generation
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r-- | src/Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc index 4137ad2c0..674356a7e 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -16,6 +16,14 @@ CURLX_CFILES = \ ../lib/nonblock.c \ ../lib/warnless.c +CURLX_HFILES = \ + ../lib/setup.h \ + ../lib/strtoofft.h \ + ../lib/strdup.h \ + ../lib/rawstr.h \ + ../lib/nonblock.h \ + ../lib/warnless.h + CURL_CFILES = \ tool_binmode.c \ tool_bname.c \ |