office-gobmx/smoketest/Extension_TestExtension.mk
David Tardon 940bc35696 gbuild: use Extension
Change-Id: Ibbcf0ea1744090e0108faf2a617a96177e934aec
2013-04-21 17:44:22 +02:00

14 lines
557 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_Extension_Extension,TestExtension,smoketest/com/sun/star/comp/smoketest))
$(eval $(call gb_Extension_add_file,TestExtension,TestExtension.jar,$(call gb_Jar_get_outdir_target,TestExtension)))
# vim: set noet sw=4 ts=4: