summaryrefslogtreecommitdiff
path: root/xmlsecurity/Module_xmlsecurity.mk
AgeCommit message (Collapse)Author
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-11rename UI to UIConfigDavid Tardon
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-01-01move xmlsecurity .ui stuff to right place and adapt code to use itCaolán McNamara
Change-Id: If1f3dbbbef07004ec02a65563524c6c17dc16c00
2012-08-14Fix conditionStephan Bergmann
Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340
2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara
we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
2011-11-03Fix the --disable-xmlsec build.Jan Holesovsky
2011-11-02Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal
This also finishes the uncoupling of NSS from the --with-system-mozilla.
2011-09-08Related: fdo#40420 always include xmlsecurity library for macro-securityCaolán McNamara
the xmlsecurity library contains the dialogs and resources for the macro-security dialog as well as the xml signing UI. So always build and include this library unconditionally.
2011-08-11fix condition for building libxsec_xmlsecDavid Tardon
2011-08-10process also resource filesMatúš Kukan
2011-08-09convert xmlsecurity to gbuildMatúš Kukan