summaryrefslogtreecommitdiff
path: root/xmlsecurity/UI_xmlsec.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-29 18:11:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-01 16:15:58 +0000
commit2e00c0efbe03b3390200ea515da57aa57b0cd1ed (patch)
tree11ad62076620f8d7032030d339abb1129b6dfaed /xmlsecurity/UI_xmlsec.mk
parent504b79c6cae6e15793420a63384e59b5d1f7037a (diff)
move xmlsecurity .ui stuff to right place and adapt code to use it
Change-Id: If1f3dbbbef07004ec02a65563524c6c17dc16c00
Diffstat (limited to 'xmlsecurity/UI_xmlsec.mk')
-rw-r--r--xmlsecurity/UI_xmlsec.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/xmlsecurity/UI_xmlsec.mk b/xmlsecurity/UI_xmlsec.mk
new file mode 100644
index 000000000000..c9c7232e64f4
--- /dev/null
+++ b/xmlsecurity/UI_xmlsec.mk
@@ -0,0 +1,17 @@
+# -*- 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,xmlsec))
+
+$(eval $(call gb_UI_add_uifiles,xmlsec,\
+ xmlsecurity/uiconfig/ui/digitalsignaturesdialog \
+ xmlsecurity/uiconfig/ui/selectcertificatedialog \
+))
+
+# vim: set noet sw=4 ts=4: