summaryrefslogtreecommitdiff
path: root/src/Makefile.b32
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-21 22:51:03 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-21 23:11:51 +0100
commite8b7431305bf5b75d8d7a76ba6b639f12b0136ee (patch)
tree764de65db183861e5c4a729945c69fe48a4832f2 /src/Makefile.b32
parentddf47196945d444cbf7e297251ddc3768ea79dd5 (diff)
downloadgnurl-e8b7431305bf5b75d8d7a76ba6b639f12b0136ee.tar.gz
gnurl-e8b7431305bf5b75d8d7a76ba6b639f12b0136ee.tar.bz2
gnurl-e8b7431305bf5b75d8d7a76ba6b639f12b0136ee.zip
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.
Diffstat (limited to 'src/Makefile.b32')
-rw-r--r--src/Makefile.b322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.b32 b/src/Makefile.b32
index b0ee5b610..9f9885a7f 100644
--- a/src/Makefile.b32
+++ b/src/Makefile.b32
@@ -81,7 +81,7 @@ LINKLIB = $(LINKLIB) $(OPENSSL_PATH)\out32\ssleay32.lib $(OPENSSL_PATH)\out32\l
# Makefile.inc provides the CSOURCES and HHEADERS defines
!include Makefile.inc
-CSOURCES = $(CURL_CFILES) $(CURLX_ONES:../lib/=)
+CSOURCES = $(CURL_CFILES) $(CURLX_CFILES:../lib/=)
OBJECTS = $(CSOURCES:.c=.obj)
PREPROCESSED = $(CSOURCES:.c=.int)