diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-08 09:25:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-08 09:29:31 +0100 |
commit | aa584559a8ada4e31331ab8a23f2c09eb11c609b (patch) | |
tree | a65698391516ccb676c3130ca4671f881140eb90 /scp2 | |
parent | afebcbfef8b05c9759f473f45ac0383ff4fa2af2 (diff) |
Related: fdo#40420 always include xmlsecurity library for macro-security
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.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 22 | ||||
-rw-r--r-- | scp2/source/ooo/file_resource_ooo.scp | 2 |
2 files changed, 11 insertions, 13 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 04026ae95b76..82dc5f36cf05 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1456,6 +1456,17 @@ SPECIAL_LIB_FILE( gid_File_Lib_AVMediaWin, avmediawin ) #endif #endif +File gid_File_Lib_XSec_XMLSecurity + TXT_FILE_BODY; + #ifdef UNX + Name = STRING(CONCAT2(libxmlsecurity,UNXSUFFIX)); + #else + Name = "xmlsecurity.dll"; + #endif + Dir = SCP2_OOO_BIN_DIR; + Styles = (PACKED); +End + #ifndef WITHOUT_MOZILLA File gid_File_Lib_XSec_Framework TXT_FILE_BODY; @@ -1481,17 +1492,6 @@ File gid_File_Lib_XSec_XmlSec End #endif -File gid_File_Lib_XSec_XMLSecurity - TXT_FILE_BODY; - #ifdef UNX - Name = STRING(CONCAT2(libxmlsecurity,UNXSUFFIX)); - #else - Name = "xmlsecurity.dll"; - #endif - Dir = SCP2_OOO_BIN_DIR; - Styles = (PACKED); -End - #ifdef WNT File gid_File_Lib_LibXMLSec_xmlseccore TXT_FILE_BODY; diff --git a/scp2/source/ooo/file_resource_ooo.scp b/scp2/source/ooo/file_resource_ooo.scp index b86f86a702b3..40aaa6fb29d9 100644 --- a/scp2/source/ooo/file_resource_ooo.scp +++ b/scp2/source/ooo/file_resource_ooo.scp @@ -114,9 +114,7 @@ STD_RES_FILE( gid_File_Res_Xsltdlg, xsltdlg ) STD_RES_FILE( gid_File_Res_AVMedia, avmedia ) -#ifndef WITHOUT_MOZILLA STD_RES_FILE( gid_File_Res_XMLSecurity, xmlsec ) -#endif STD_RES_FILE( gid_File_Res_UpdChk, updchk ) |