5bcd333501
https://lists.freedesktop.org/archives/libreoffice/2020-March/084769.html etc. This reverts commitc76fdcf1cf
. This reverts commit10f52ab4d2
. This reverts commiteac806e8dc
. This reverts commitd591a682e4
. This reverts commit12235d3390
. This reverts commit23245f723f
. This reverts commit91658b402b
. This reverts commit5feadfad0c
. This reverts commitfecca49c30
. This reverts commitc6a9454e74
. This reverts commita1a62a7041
. This reverts commit8512f4ca09
. This reverts commit532ffb7a29
. Change-Id: Iaa48d692bea2ca2468cdd5f8ad26ad91c0c31dde Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91199 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
18 lines
500 B
Makefile
18 lines
500 B
Makefile
# -*- 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_Module_Module,nss))
|
|
|
|
$(eval $(call gb_Module_add_targets,nss,\
|
|
UnpackedTarball_nss \
|
|
ExternalPackage_nss \
|
|
ExternalProject_nss \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|