bump product version to 4.2.0.1
[LibreOffice.git] / external / libxmlsec / Module_libxmlsec.mk
blob3e51e4ace55f3d7aeadf8885b57751778fd046ff
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_Module_Module,libxmlsec))
12 ifneq ($(filter-out ANDROID IOS,$(OS)),)
13 $(eval $(call gb_Module_add_targets,libxmlsec,\
14 UnpackedTarball_xmlsec \
15 ExternalPackage_xmlsec \
16 ExternalProject_xmlsec \
18 endif
20 # vim: set noet sw=4 ts=4: