aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.b32
diff options
context:
space:
mode:
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)