tdf#164803 sw: Fix SwTextSizeInfo applying grid metrics without grid
[LibreOffice.git] / external / libassuan / ExternalPackage_libassuan.mk
blob2ef3d7b509a0ba9dfcf09003784dfaa79c5f3a42
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,libassuan,libassuan))
12 $(eval $(call gb_ExternalPackage_use_external_project,libassuan,libassuan))
14 ifneq ($(DISABLE_DYNLOADING),TRUE)
16 ifeq ($(OS),LINUX)
18 $(eval $(call gb_ExternalPackage_add_file,libassuan,$(LIBO_LIB_FOLDER)/libassuan.so.9,src/.libs/libassuan.so.9.0.1))
20 else ifeq ($(OS),MACOSX)
22 $(eval $(call gb_ExternalPackage_add_file,libassuan,$(LIBO_LIB_FOLDER)/libassuan.9.dylib,src/.libs/libassuan.9.dylib))
24 endif
26 endif # $(DISABLE_DYNLOADING)
28 # vim: set noet sw=4 ts=4: