# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- # # 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_CppunitTest_CppunitTest,i18npool_indexentry)) $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_indexentry, \ i18npool/qa/cppunit/indexentry \ )) $(eval $(call gb_CppunitTest_use_components,i18npool_indexentry, \ i18npool/util/i18npool \ ))\ $(eval $(call gb_CppunitTest_use_libraries,i18npool_indexentry, \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_CppunitTest_use_sdk_api,i18npool_indexentry)) $(eval $(call gb_CppunitTest_use_ure,i18npool_indexentry)) # vim: set noet sw=4 ts=4: TS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-02-07 21:31:58 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-02-08 09:06:57 +0100
commit89fa5e45c3cc87cba450aff965918bf5af8f2fa9 (patch)
tree85446ebfa2bd3ed92ac3af7a6e4f41cfec8f91b9 /xmlsecurity/inc
parentde8a1b4f6c8fcca9fc9cc5ad83c393ecd7292f76 (diff)
xmlsecurity: fold Library_xsec_fw into Library_xmlsecurity
That little amount of code hardly justifies a separate library. Change-Id: Idbb039f38258bc12759fcf6d29328e1afe7443ab Reviewed-on: https://gerrit.libreoffice.org/49391 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>