diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-29 18:11:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-01 16:15:58 +0000 |
commit | 2e00c0efbe03b3390200ea515da57aa57b0cd1ed (patch) | |
tree | 11ad62076620f8d7032030d339abb1129b6dfaed /xmlsecurity/Module_xmlsecurity.mk | |
parent | 504b79c6cae6e15793420a63384e59b5d1f7037a (diff) |
move xmlsecurity .ui stuff to right place and adapt code to use it
Change-Id: If1f3dbbbef07004ec02a65563524c6c17dc16c00
Diffstat (limited to 'xmlsecurity/Module_xmlsecurity.mk')
-rw-r--r-- | xmlsecurity/Module_xmlsecurity.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index 752f625135a0..d6f66ba91f54 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -32,7 +32,8 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\ AllLangResTarget_xsec \ Library_xmlsecurity \ Library_xsec_fw \ - $(if $(filter-out IOS ANDROID,$(OS)),Library_xsec_xmlsec) \ + $(if $(filter-out IOS ANDROID,$(OS)),Library_xsec_xmlsec) \ + UI_xmlsec \ )) #FIXME: ^^^, get nss&libxmlsec building on ios and android |