summaryrefslogtreecommitdiff
path: root/libwpd/UnpackedTarball_libwpd.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-06 23:35:13 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 01:41:26 +0200
commit10fc13c94890837ca6a8c1a47efe3b2dcba85471 (patch)
tree2b597737c4647a21c0d0b59b0a125410034d5eb8 /libwpd/UnpackedTarball_libwpd.mk
parent276021c76102e685c7dbe3776d5f79f71a59ac82 (diff)
lib*: consistently name all UnpackedTarball and ExternalProject
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
Diffstat (limited to 'libwpd/UnpackedTarball_libwpd.mk')
-rw-r--r--libwpd/UnpackedTarball_libwpd.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/libwpd/UnpackedTarball_libwpd.mk b/libwpd/UnpackedTarball_libwpd.mk
new file mode 100644
index 000000000000..d4b4c7a99e8d
--- /dev/null
+++ b/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: