diff options
author | Rene Engelhard <rene@debian.org> | 2020-12-10 18:39:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-12-13 17:29:09 +0100 |
commit | ee9ed2192b56c98e5b8ee9890ddb4c533117332a (patch) | |
tree | bdbc4f7d4bb0b0228d3e94b29e5428a07fc32b7f /connectivity/Library_mozbootstrap.mk | |
parent | e7fb2c18e96d04ec54274721df003ab01f2064ab (diff) |
tdf#138715 remove mork driver
since TB moved to sqlite
Change-Id: Ifddf1a6c9783a294ee9ccfac667c7e798674d7a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107574
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity/Library_mozbootstrap.mk')
-rw-r--r-- | connectivity/Library_mozbootstrap.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/connectivity/Library_mozbootstrap.mk b/connectivity/Library_mozbootstrap.mk deleted file mode 100644 index 237726caf8a8..000000000000 --- a/connectivity/Library_mozbootstrap.mk +++ /dev/null @@ -1,35 +0,0 @@ -# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# - -$(eval $(call gb_Library_Library,mozbootstrap)) - -$(eval $(call gb_Library_set_componentfile,mozbootstrap,connectivity/source/drivers/mozab/bootstrap/mozbootstrap)) - -$(eval $(call gb_Library_set_include,mozbootstrap,\ - -I$(SRCDIR)/connectivity/source/drivers/mozab \ - $$(INCLUDE) \ -)) - -$(eval $(call gb_Library_use_sdk_api,mozbootstrap)) - -$(eval $(call gb_Library_use_libraries,mozbootstrap,\ - comphelper \ - cppu \ - cppuhelper \ - sal \ -)) - -$(eval $(call gb_Library_add_exception_objects,mozbootstrap,\ - connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap \ - connectivity/source/drivers/mozab/bootstrap/MNSFolders \ - connectivity/source/drivers/mozab/bootstrap/MNSINIParser \ - connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover \ -)) - -# vim: set noet sw=4 ts=4: |