From e8b7431305bf5b75d8d7a76ba6b639f12b0136ee Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 21 May 2014 22:51:03 +0100 Subject: build: Renamed CURLX_ONES file list definition to CURLX_CFILES Renamed the CURLX_ONES file list definition in order to a) try and be consistent with other file lists and b) to allow for the addition of the curlx header files, which will assist with Visual Studio project files generation rather than hard coding those files. --- src/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.inc') diff --git a/src/Makefile.inc b/src/Makefile.inc index 3f9044d65..4137ad2c0 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -9,7 +9,7 @@ # 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 = \ +CURLX_CFILES = \ ../lib/strtoofft.c \ ../lib/strdup.c \ ../lib/rawstr.c \ @@ -101,5 +101,5 @@ CURL_HFILES = \ CURL_RCFILES = curl.rc -curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES) +curl_SOURCES = $(CURL_CFILES) $(CURLX_CFILES) $(CURL_HFILES) -- cgit v1.2.3