diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-06 12:28:36 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-06 12:36:21 +0100 |
commit | 0b27253aff771e104a9fd5d17595b205b2fc39fd (patch) | |
tree | 56992237ca5e5f3dd774b880cd86c8392e9b4311 /external/apr/UnpackedTarball_apr.mk | |
parent | 69f0c5f03e40576272312609a9e6225638e91c83 (diff) |
Add apr and serf externals for alternative webdav implementation.
Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050
Diffstat (limited to 'external/apr/UnpackedTarball_apr.mk')
-rw-r--r-- | external/apr/UnpackedTarball_apr.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/external/apr/UnpackedTarball_apr.mk b/external/apr/UnpackedTarball_apr.mk new file mode 100644 index 000000000000..5fa9d05082a7 --- /dev/null +++ b/external/apr/UnpackedTarball_apr.mk @@ -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/. +# + +$(eval $(call gb_UnpackedTarball_UnpackedTarball,apr)) + +$(eval $(call gb_UnpackedTarball_set_tarball,apr,$(APR_TARBALL))) + +# vim: set noet sw=4 ts=4: |