office-gobmx/external/misc_extensions/ExtensionPackageSet_misc_extensions.mk
Gabor Kelemen dab3923a69 Remove more remains of bundled extensions
Change-Id: I22686d1e3b89c017a6e48a4b42cabc5e092b11cc
Reviewed-on: https://gerrit.libreoffice.org/36396
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-04-12 16:43:25 +02:00

16 lines
577 B
Makefile

# -*- 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_ExtensionPackageSet_ExtensionPackageSet,misc_extensions))
ifneq ($(NUMBERTEXT_EXTENSION_PACK),)
$(eval $(call gb_ExtensionPackageSet_add_extension,misc_extensions,numbertext,$(NUMBERTEXT_EXTENSION_PACK)))
endif
# vim: set noet sw=4 ts=4: