]> granicus.if.org Git - curl/commitdiff
lib: fix the djgpp build
authorGisle Vanem <gvanem@yahoo.no>
Wed, 21 Jun 2017 05:46:21 +0000 (07:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Jun 2017 05:46:21 +0000 (07:46 +0200)
Bug: https://github.com/curl/curl/commit/73a2fcea0b4adea6ba342cd7ed1149782c214ae3#commitcomment-22655993

lib/makefile.dj

index 067459d5909aa303915819b9a0e03437d88191f1..8ab2d575dabf42084728916cf67b7a26d8b771b6 100644 (file)
 #
 
 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)))