summaryrefslogtreecommitdiff
path: root/external/libassuan/Makefile
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-01-30 18:01:18 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-02-03 14:15:38 +0000
commitc6315e162ab7e44cd710df3d0d1d7af423bf48bc (patch)
tree13da1a346bf77ccce7ce1e090e9eaa965c9e53ab /external/libassuan/Makefile
parent78f392f30a741ed088c66ff9923f47041277a223 (diff)
gpg4libre: Download external gpgme and dependent libs
in particular, libgpg-error and libassuan This only downloads and unpacks the tarball. Building them needs some work still Change-Id: I562fd01571929ddfb47a319038f88ea8dbfb4bdd Reviewed-on: https://gerrit.libreoffice.org/33712 Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'external/libassuan/Makefile')
-rw-r--r--external/libassuan/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/external/libassuan/Makefile b/external/libassuan/Makefile
new file mode 100644
index 000000000000..569ad8a0ba7a
--- /dev/null
+++ b/external/libassuan/Makefile
@@ -0,0 +1,14 @@
+# -*- 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/.
+#
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: