diff options
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r-- | src/Makefile.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc index 4e1d4271f..7ce30f0b6 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -9,11 +9,10 @@ # libcurl has sources that provide functions named curlx_* that aren't part of # the official API, but we re-use the code here to avoid duplication. -CURLX_ONES = \ - $(top_srcdir)/lib/curl_nonblock.c \ - $(top_srcdir)/lib/curl_rawstr.c \ - $(top_srcdir)/lib/curl_strdup.c \ - $(top_srcdir)/lib/curl_strtoofft.c +CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \ + $(top_srcdir)/lib/strdup.c \ + $(top_srcdir)/lib/rawstr.c \ + $(top_srcdir)/lib/nonblock.c CURL_CFILES = \ tool_binmode.c \ |