[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / shell / Library_losessioninstall.mk
blobc83b8fa9c35820b65b1d14008672588fa5e926d0
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))
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: