aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.dj
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.dj
parent3cf658fc24629d2ea067d1f9dd6204f1a4e59f67 (diff)
Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.
Diffstat (limited to 'src/makefile.dj')
-rw-r--r--src/makefile.dj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.dj b/src/makefile.dj
index 7f997f338..fc3ae16d8 100644
--- a/src/makefile.dj
+++ b/src/makefile.dj
@@ -12,7 +12,7 @@ TOPDIR = ..
include ../packages/DOS/common.dj
include Makefile.inc
-CSOURCES = $(CURL_SOURCES)
+CSOURCES = $(CURL_CFILES)
ifeq ($(USE_SSL),1)
EX_LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.a