office-gobmx/tubes/UI_tubes.mk
Matúš Kukan e74fc93e4a tubes: use new .ui format for contacts dialog
it looks worse; more work needed

Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
2012-10-13 16:31:30 +02:00

16 lines
453 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_UI_UI,tubes))
$(eval $(call gb_UI_add_uifiles,tubes,\
tubes/uiconfig/ui/contacts \
))
# vim: set noet sw=4 ts=4: