build fix
[LibreOffice.git] / extensions / Library_updchk.mk
blob7647805df5c8492238d829485b78fcde8c46cd2f
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,updchk))
12 $(eval $(call gb_Library_set_componentfile,updchk,extensions/source/update/check/updchk.uno))
14 $(eval $(call gb_Library_set_include,updchk,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/extensions/inc \
19 $(eval $(call gb_Library_use_sdk_api,updchk))
21 $(eval $(call gb_Library_use_libraries,updchk,\
22 cppuhelper \
23 cppu \
24 sal \
25 salhelper \
28 ifeq ($(OS),WNT)
29 $(eval $(call gb_Library_use_system_win32_libs,updchk,\
30 ole32 \
31 shell32 \
32 wininet \
35 $(eval $(call gb_Library_add_exception_objects,updchk,\
36 extensions/source/update/check/onlinecheck \
38 endif # OS WNT
40 $(eval $(call gb_Library_use_externals,updchk,\
41 boost_headers \
42 curl \
45 $(eval $(call gb_Library_add_exception_objects,updchk,\
46 extensions/source/update/check/download \
47 extensions/source/update/check/updatecheck \
48 extensions/source/update/check/updatecheckconfig \
49 extensions/source/update/check/updatecheckjob \
50 extensions/source/update/check/updatehdl \
51 extensions/source/update/check/updateprotocol \
54 # vim:set noet sw=4 ts=4: