From 1c01cee601c4bc967dc5e734cd2b11517a228a33 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 14 May 2015 14:55:48 +0200 Subject: build: removed bundles.c from make files This file was removed in commit fd137786 --- lib/Makefile.vc6 | 1 - packages/Symbian/group/libcurl.mmp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 6d8915e25..c34c3dbc7 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -528,7 +528,6 @@ X_OBJS= \ $(DIROBJ)\asyn-thread.obj \ $(DIROBJ)\axtls.obj \ $(DIROBJ)\base64.obj \ - $(DIROBJ)\bundles.obj \ $(DIROBJ)\conncache.obj \ $(DIROBJ)\connect.obj \ $(DIROBJ)\content_encoding.obj \ diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 29ca54a58..545cdee94 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -39,7 +39,7 @@ SOURCE \ http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c \ curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_ntlm_msgs.c \ curl_sasl.c vtls/schannel.c curl_multibyte.c vtls/darwinssl.c \ - bundles.c conncache.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c \ + conncache.c curl_sasl_sspi.c smb.c curl_sasl_gssapi.c \ curl_endian.c curl_des.c USERINCLUDE ../../../lib ../../../include/curl -- cgit v1.2.3