related tdf#150197: sd should SetListFormat
[LibreOffice.git] / connectivity / Library_mozbootstrap.mk
blobdfa587fa0e7ad7d19055992f5af664b7a90aa448
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,mozbootstrap))
12 $(eval $(call gb_Library_set_componentfile,mozbootstrap,connectivity/source/drivers/mozab/bootstrap/mozbootstrap,services))
14 $(eval $(call gb_Library_set_include,mozbootstrap,\
15 -I$(SRCDIR)/connectivity/source/drivers/mozab \
16 $$(INCLUDE) \
19 $(eval $(call gb_Library_use_sdk_api,mozbootstrap))
21 $(eval $(call gb_Library_use_libraries,mozbootstrap,\
22 comphelper \
23 cppu \
24 cppuhelper \
25 sal \
28 $(eval $(call gb_Library_add_exception_objects,mozbootstrap,\
29 connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap \
30 connectivity/source/drivers/mozab/bootstrap/MNSFolders \
31 connectivity/source/drivers/mozab/bootstrap/MNSINIParser \
32 connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover \
35 # vim: set noet sw=4 ts=4: