Revert "Update to 7.40.1"
[platform/upstream/curl.git] / src / Makefile.inc
index 401a635..64d55ec 100644 (file)
@@ -11,6 +11,7 @@
 # the official API, but we re-use the code here to avoid duplication.
 CURLX_CFILES = \
        ../lib/strtoofft.c \
+       ../lib/strdup.c \
        ../lib/rawstr.c \
        ../lib/nonblock.c \
        ../lib/warnless.c
@@ -18,6 +19,7 @@ CURLX_CFILES = \
 CURLX_HFILES = \
        ../lib/curl_setup.h \
        ../lib/strtoofft.h \
+       ../lib/strdup.h \
        ../lib/rawstr.h \
        ../lib/nonblock.h \
        ../lib/warnless.h
@@ -53,7 +55,6 @@ CURL_CFILES = \
        tool_panykey.c \
        tool_paramhlp.c \
        tool_parsecfg.c \
-       tool_strdup.c \
        tool_setopt.c \
        tool_sleep.c \
        tool_urlglob.c \
@@ -98,7 +99,6 @@ CURL_HFILES = \
        tool_setopt.h \
        tool_setup.h \
        tool_sleep.h \
-       tool_strdup.h \
        tool_urlglob.h \
        tool_util.h \
        tool_version.h \