aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.m32
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-08-02 12:24:54 +0200
committerGuenter Knauf <lists@gknw.net>2010-08-02 12:24:54 +0200
commitf97a7eb400f014011c036230787926171b88527a (patch)
tree8ed6f70054fa37c4dd0a7e285d20ad0b9073dfd6 /src/Makefile.m32
parent3cf658fc24629d2ea067d1f9dd6204f1a4e59f67 (diff)
Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r--src/Makefile.m322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 799df9600..689494258 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -121,7 +121,7 @@ COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
# Makefile.inc provides the CSOURCES and HHEADERS defines
include Makefile.inc
-curl_OBJECTS := $(patsubst %.c,%.o,$(strip $(CURL_SOURCES)))
+curl_OBJECTS := $(patsubst %.c,%.o,$(strip $(CURL_CFILES)))
ifdef DYN
curlx_OBJECTS := $(patsubst %.c,%.o,$(notdir $(strip $(CURLX_ONES))))
curl_OBJECTS += $(curlx_OBJECTS)