From bec67a2e7f532c29fe452c0fcc5817ea66fcaebd Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 6 Apr 2013 15:34:43 +0200 Subject: deliver all uiconfig files by UIConfig Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon Tested-by: David Tardon --- framework/UIConfig_startmodule.mk | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 framework/UIConfig_startmodule.mk (limited to 'framework/UIConfig_startmodule.mk') diff --git a/framework/UIConfig_startmodule.mk b/framework/UIConfig_startmodule.mk new file mode 100644 index 000000000000..6bbb68d93798 --- /dev/null +++ b/framework/UIConfig_startmodule.mk @@ -0,0 +1,24 @@ +# -*- 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_UIConfig_UIConfig,modules/StartModule)) + +$(eval $(call gb_UIConfig_add_menubarfiles,modules/StartModule,\ + framework/uiconfig/startmodule/menubar/menubar \ +)) + +$(eval $(call gb_UIConfig_add_statusbarfiles,modules/StartModule,\ + framework/uiconfig/startmodule/statusbar/statusbar \ +)) + +$(eval $(call gb_UIConfig_add_toolbarfiles,modules/StartModule,\ + framework/uiconfig/startmodule/toolbar/standardbar \ +)) + +# vim: set noet sw=4 ts=4: -- cgit