diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-11-03 20:19:22 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-04 02:29:08 -0600 |
commit | fde2065b0f3266fc7ee9e1b85733e3ddcf1c9e03 (patch) | |
tree | 6755c82c8ed9e337e64dfb6b8df2ab434aae7193 /openssl/ExternalPackage_openssl.mk | |
parent | 8339d33a24e9810ae23544f0f4d1a52bd732c49f (diff) |
fdo#70393: move openssl to a subdir of external
Change-Id: I10bf92b18ee5ad56f1b4fbee3e4008b35b822be4
Reviewed-on: https://gerrit.libreoffice.org/6547
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'openssl/ExternalPackage_openssl.mk')
-rw-r--r-- | openssl/ExternalPackage_openssl.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/openssl/ExternalPackage_openssl.mk b/openssl/ExternalPackage_openssl.mk deleted file mode 100644 index 695c7b7119b6..000000000000 --- a/openssl/ExternalPackage_openssl.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -*- 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_ExternalPackage_ExternalPackage,openssl,openssl)) - -$(eval $(call gb_ExternalPackage_use_external_project,openssl,openssl)) - -ifeq ($(COM),MSC) -$(eval $(call gb_ExternalPackage_add_files,openssl,$(LIBO_LIB_FOLDER),\ - out32dll/ssleay32.dll \ - out32dll/libeay32.dll \ -)) -endif - -# vim: set noet sw=4 ts=4: |