1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_Module_Module
,tubes
))
13 ifeq ($(ENABLE_TELEPATHY
),TRUE
)
15 $(eval
$(call gb_Module_add_targets
,tubes
,\
16 Executable_liboapprover \
20 $(eval
$(call gb_Module_add_l10n_targets
,tubes
,\
24 $(eval
$(call gb_Module_add_subsequentcheck_targets
,tubes
,\
25 CppunitTest_tubes_test \
30 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */