Branch libreoffice-5-0-4
[LibreOffice.git] / tubes / Module_tubes.mk
blobabccf51b2cbcdd9ba4890bd6cf98f6d3d233eb61
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 \
17 Library_tubes \
20 $(eval $(call gb_Module_add_l10n_targets,tubes,\
21 UIConfig_tubes \
24 $(eval $(call gb_Module_add_subsequentcheck_targets,tubes,\
25 CppunitTest_tubes_test \
28 endif
30 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */