summaryrefslogtreecommitdiff
path: root/padmin/UI_spa.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-14 14:54:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-14 15:43:04 +0000
commit00427faebbe66dde8bd2253e67b19e96f982fe27 (patch)
tree039bbd96f5641b9a8f26edf2b790b897b94777ca /padmin/UI_spa.mk
parentc60ef32a644a707bf7d8a1f0e8408771c48b0c46 (diff)
split out printer device page and adapt code to .ui
Change-Id: I7eacd837aacba452ab55ce707c3c032b2efadfb3
Diffstat (limited to 'padmin/UI_spa.mk')
-rw-r--r--padmin/UI_spa.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/padmin/UI_spa.mk b/padmin/UI_spa.mk
new file mode 100644
index 000000000000..70008c266227
--- /dev/null
+++ b/padmin/UI_spa.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_UI_UI,spa))
+
+$(eval $(call gb_UI_add_uifiles,spa,\
+ padmin/uiconfig/ui/printerdevicepage \
+))
+
+# vim: set noet sw=4 ts=4: