Base code merged to SPIN 2.4
[platform/upstream/curl.git] / src / Makefile.inc
index 64d55ec..401a635 100644 (file)
@@ -11,7 +11,6 @@
 # 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
@@ -19,7 +18,6 @@ CURLX_CFILES = \
 CURLX_HFILES = \
        ../lib/curl_setup.h \
        ../lib/strtoofft.h \
-       ../lib/strdup.h \
        ../lib/rawstr.h \
        ../lib/nonblock.h \
        ../lib/warnless.h
@@ -55,6 +53,7 @@ CURL_CFILES = \
        tool_panykey.c \
        tool_paramhlp.c \
        tool_parsecfg.c \
+       tool_strdup.c \
        tool_setopt.c \
        tool_sleep.c \
        tool_urlglob.c \
@@ -99,6 +98,7 @@ CURL_HFILES = \
        tool_setopt.h \
        tool_setup.h \
        tool_sleep.h \
+       tool_strdup.h \
        tool_urlglob.h \
        tool_util.h \
        tool_version.h \