summaryrefslogtreecommitdiff
path: root/extensions/UIConfig_sabpilot.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-18 15:04:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-20 21:51:01 +0100
commit910638a560bb50123e0b92d560a30e9594ff0937 (patch)
tree77a73231ba806f076e9e09a8e54f0a4a17ebaf56 /extensions/UIConfig_sabpilot.mk
parent00d001c6d2c9e8f092b0a5b4b9d8f9c47f34d3db (diff)
convert select type address book page to .ui
Change-Id: I94c0ed3385e64f854875f62c32adaa066d3b1ead
Diffstat (limited to 'extensions/UIConfig_sabpilot.mk')
-rw-r--r--extensions/UIConfig_sabpilot.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/extensions/UIConfig_sabpilot.mk b/extensions/UIConfig_sabpilot.mk
new file mode 100644
index 000000000000..e90fc7e20fda
--- /dev/null
+++ b/extensions/UIConfig_sabpilot.mk
@@ -0,0 +1,16 @@
+# -*- 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/sabpilot))
+
+$(eval $(call gb_UIConfig_add_uifiles,modules/sabpilot,\
+ extensions/uiconfig/sabpilot/ui/selecttypepage \
+))
+
+# vim: set noet sw=4 ts=4: