office-gobmx/tubes/AllLangResTarget_tubes.mk
Matúš Kukan bc21b49a46 tubes: move sc/source/ui/collab/contacts.* to tubes
- sc no longer directly links against telepathy
- there is new class ScCollaboration derived from abstract Collaboration
  describing collaboration functionality for apps used in tubes/
- also added resource manager into tubes/

Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
2012-08-02 18:00:55 +02:00

19 lines
599 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_AllLangResTarget_AllLangResTarget,tubes))
$(eval $(call gb_AllLangResTarget_add_srs,tubes,tubes/res))
$(eval $(call gb_SrsTarget_SrsTarget,tubes/res))
$(eval $(call gb_SrsTarget_add_files,tubes/res,\
tubes/source/contacts.src \
))
# vim: set noet sw=4 ts=4: