Bump version to 4.3-4
[LibreOffice.git] / ucb / Library_ucpftp1.mk
blob68551d336f5770eee337f4c855fbc58a38286c50
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,ucpftp1))
13 $(eval $(call gb_Library_set_componentfile,ucpftp1,ucb/source/ucp/ftp/ucpftp1))
15 $(eval $(call gb_Library_use_sdk_api,ucpftp1))
17 $(eval $(call gb_Library_use_libraries,ucpftp1,\
18 comphelper \
19 cppu \
20 cppuhelper \
21 sal \
22 ucbhelper \
23 $(gb_UWINAPI) \
26 $(eval $(call gb_Library_use_externals,ucpftp1,\
27 curl \
28 zlib \
31 $(eval $(call gb_Library_add_exception_objects,ucpftp1,\
32 ucb/source/ucp/ftp/ftpcfunc \
33 ucb/source/ucp/ftp/ftpcontentcaps \
34 ucb/source/ucp/ftp/ftpcontent \
35 ucb/source/ucp/ftp/ftpcontentidentifier \
36 ucb/source/ucp/ftp/ftpcontentprovider \
37 ucb/source/ucp/ftp/ftpdirp \
38 ucb/source/ucp/ftp/ftpdynresultset \
39 ucb/source/ucp/ftp/ftpintreq \
40 ucb/source/ucp/ftp/ftploaderthread \
41 ucb/source/ucp/ftp/ftpresultsetbase \
42 ucb/source/ucp/ftp/ftpresultsetI \
43 ucb/source/ucp/ftp/ftpservices \
44 ucb/source/ucp/ftp/ftpurl \
47 # vim: set noet sw=4 ts=4: