related tdf#150197: sd should SetListFormat
[LibreOffice.git] / desktop / Extension_test-active.mk
blobfbb329f24cfb2a07e7c2acb4e4a7b8b2ec595315
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Extension_Extension,test-active,desktop/test/deployment/active,nodeliver))
12 $(eval $(call gb_Extension_add_files,test-active,, \
13 $(SRCDIR)/desktop/test/deployment/active/Addons.xcu \
14 $(SRCDIR)/desktop/test/deployment/active/ProtocolHandler.xcu \
15 $(SRCDIR)/desktop/test/deployment/active/active_python.py \
16 $(call gb_Jar_get_target,active_java) \
19 $(eval $(call gb_Extension_add_libraries,test-active, \
20 active_native \
23 # vim: set noet sw=4 ts=4: