1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05:00

lib: fix the djgpp build

Bug: 73a2fcea0b (commitcomment-22655993)
This commit is contained in:
Gisle Vanem 2017-06-21 07:46:21 +02:00 committed by Daniel Stenberg
parent 651e04c4c8
commit 60c655ac07

View File

@ -26,12 +26,14 @@
# #
DEPEND_PREREQ = curl_config.h DEPEND_PREREQ = curl_config.h
VPATH = vtls VPATH = vtls vauth
TOPDIR = .. TOPDIR = ..
include ../packages/DOS/common.dj include ../packages/DOS/common.dj
include Makefile.inc include Makefile.inc
CFLAGS += -DBUILDING_LIBCURL
SOURCES = $(sort $(CSOURCES)) SOURCES = $(sort $(CSOURCES))
OBJECTS = $(addprefix $(OBJ_DIR)/, $(notdir $(SOURCES:.c=.o))) OBJECTS = $(addprefix $(OBJ_DIR)/, $(notdir $(SOURCES:.c=.o)))