mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:47:15 +03:00
parent
651e04c4c8
commit
60c655ac07
1 changed files with 3 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue