]> granicus.if.org Git - curl/commitdiff
Makefile.inc: Added curlx headers to assist Visual Studio project generation
authorSteve Holme <steve_holme@hotmail.com>
Wed, 21 May 2014 21:57:02 +0000 (22:57 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 21 May 2014 22:12:22 +0000 (23:12 +0100)
src/Makefile.inc

index 4137ad2c09db57ef3c2eaefeaff1076f2a6f66e4..674356a7e33083005b775966cea4efa8bddfae53 100644 (file)
@@ -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 \