aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.dj
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.dj')
-rw-r--r--src/makefile.dj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.dj b/src/makefile.dj
index 517cf2067..9e1a20920 100644
--- a/src/makefile.dj
+++ b/src/makefile.dj
@@ -13,6 +13,8 @@ TOPDIR = ..
include ../packages/DOS/common.dj
include Makefile.inc
+CSOURCES = $(CURL_SOURCES)
+
ifeq ($(USE_SSL),1)
EX_LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.a
endif