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
1 changed files with 3 additions and 1 deletions

View File

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