tdf#117994 doc: Revert "tdf#99474 close direct char fmt at end of para"
[LibreOffice.git] / shell / Library_losessioninstall.mk
blob1c95a2dd7cd89606336873e0291af8ddc8b03e5b
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,losessioninstall))
12 $(eval $(call gb_Library_set_componentfile,losessioninstall,shell/source/sessioninstall/losessioninstall,services))
14 $(eval $(call gb_Library_use_api,losessioninstall,\
15 offapi \
16 udkapi \
19 $(eval $(call gb_Library_use_libraries,losessioninstall,\
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
26 $(eval $(call gb_Library_use_externals,losessioninstall,\
27 boost_headers \
28 dbus \
29 gio \
32 $(eval $(call gb_Library_add_exception_objects,losessioninstall,\
33 shell/source/sessioninstall/SyncDbusSessionHelper \
36 # vim:set noet sw=4 ts=4: