Update git submodules
[LibreOffice.git] / external / xmlsec / ExternalPackage_xmlsec.mk
blob68ddfaff8cc11c41b0dbb25f8510c505c9c7db7a
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_ExternalPackage_ExternalPackage,xmlsec,xmlsec))
12 $(eval $(call gb_ExternalPackage_use_external_project,xmlsec,xmlsec))
14 ifeq ($(OS),WNT)
15 $(eval $(call gb_ExternalPackage_add_file,xmlsec,$(LIBO_LIB_FOLDER)/libxmlsec-mscng.dll,win32/binaries/libxmlsec-mscng.dll))
16 $(eval $(call gb_ExternalPackage_add_file,xmlsec,$(LIBO_LIB_FOLDER)/libxmlsec.dll,win32/binaries/libxmlsec.dll))
17 endif
19 # vim: set noet sw=4 ts=4: