diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-06 23:35:13 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 01:41:26 +0200 |
commit | 10fc13c94890837ca6a8c1a47efe3b2dcba85471 (patch) | |
tree | 2b597737c4647a21c0d0b59b0a125410034d5eb8 /libvisio/UnpackedTarball_libvisio.mk | |
parent | 276021c76102e685c7dbe3776d5f79f71a59ac82 (diff) |
lib*: consistently name all UnpackedTarball and ExternalProject
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
Diffstat (limited to 'libvisio/UnpackedTarball_libvisio.mk')
-rw-r--r-- | libvisio/UnpackedTarball_libvisio.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libvisio/UnpackedTarball_libvisio.mk b/libvisio/UnpackedTarball_libvisio.mk new file mode 100644 index 000000000000..f71161a07c0c --- /dev/null +++ b/libvisio/UnpackedTarball_libvisio.mk @@ -0,0 +1,15 @@ +# -*- 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,libvisio)) + +$(eval $(call gb_UnpackedTarball_set_tarball,libvisio,$(VISIO_TARBALL))) + + +# vim: set noet sw=4 ts=4: |