2012-12-29 18:11:33 +00:00
|
|
|
# -*- 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/.
|
|
|
|
#
|
|
|
|
|
2013-04-06 13:10:54 +02:00
|
|
|
$(eval $(call gb_UIConfig_UIConfig,xmlsec))
|
2012-12-29 18:11:33 +00:00
|
|
|
|
2013-04-06 13:10:54 +02:00
|
|
|
$(eval $(call gb_UIConfig_add_uifiles,xmlsec,\
|
2014-01-30 10:21:50 +00:00
|
|
|
xmlsecurity/uiconfig/ui/certpage \
|
2014-08-02 19:04:56 +05:30
|
|
|
xmlsecurity/uiconfig/ui/certdetails \
|
2014-08-09 11:29:36 +05:30
|
|
|
xmlsecurity/uiconfig/ui/certgeneral \
|
2012-12-29 18:11:33 +00:00
|
|
|
xmlsecurity/uiconfig/ui/digitalsignaturesdialog \
|
2013-02-13 23:43:32 +00:00
|
|
|
xmlsecurity/uiconfig/ui/securitylevelpage \
|
2013-02-14 15:16:13 +00:00
|
|
|
xmlsecurity/uiconfig/ui/securitytrustpage \
|
2012-12-29 18:11:33 +00:00
|
|
|
xmlsecurity/uiconfig/ui/selectcertificatedialog \
|
2013-02-13 23:43:32 +00:00
|
|
|
xmlsecurity/uiconfig/ui/macrosecuritydialog \
|
2014-01-30 09:55:38 +00:00
|
|
|
xmlsecurity/uiconfig/ui/viewcertdialog \
|
2012-12-29 18:11:33 +00:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|