diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-18 22:19:06 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-19 07:38:23 +0000 |
commit | c979511247aff27d33941b3c73224d948bcfceb2 (patch) | |
tree | 6ef0155b402cd4a50ec97e1596e2b10d81695b30 /external/libwpd/UnpackedTarball_libwpd.mk | |
parent | 5c077d3b85f0fab70bc6e78fbc3c307e81f13ad7 (diff) |
fdo#70393: move libwpd to a subdir of external
Change-Id: I599cf45b455b59e082078d6b2d5ed2efb99b5862
Reviewed-on: https://gerrit.libreoffice.org/6336
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libwpd/UnpackedTarball_libwpd.mk')
-rw-r--r-- | external/libwpd/UnpackedTarball_libwpd.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/external/libwpd/UnpackedTarball_libwpd.mk b/external/libwpd/UnpackedTarball_libwpd.mk new file mode 100644 index 000000000000..d4b4c7a99e8d --- /dev/null +++ b/external/libwpd/UnpackedTarball_libwpd.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,libwpd)) + +$(eval $(call gb_UnpackedTarball_set_tarball,libwpd,$(WPD_TARBALL))) + +# vim: set noet sw=4 ts=4: |