fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / stoc / Library_stocservices.mk
blobfc39ef6050f4931ee97a7a029b05c43dbdf8b0f2
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,stocservices))
12 $(eval $(call gb_Library_set_include,stocservices,\
13 -I$(SRCDIR)/stoc/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_Library_use_udk_api,stocservices))
19 $(eval $(call gb_Library_use_libraries,stocservices,\
20 cppu \
21 cppuhelper \
22 sal \
23 $(gb_UWINAPI) \
26 $(eval $(call gb_Library_set_componentfile,stocservices,stoc/util/stocservices))
28 $(eval $(call gb_Library_add_exception_objects,stocservices,\
29 stoc/source/stocservices/stocservices \
30 stoc/source/typeconv/convert \
31 stoc/source/uriproc/ExternalUriReferenceTranslator \
32 stoc/source/uriproc/UriReference \
33 stoc/source/uriproc/UriReferenceFactory \
34 stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTexpand \
35 stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript \
36 stoc/source/uriproc/VndSunStarPkgUrlReferenceFactory \
37 stoc/source/uriproc/supportsService \
40 # vim:set noet sw=4 ts=4: