diff options
author | Michael Stahl <mst@openoffice.org> | 2011-02-10 18:37:54 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2011-02-10 18:37:54 +0100 |
commit | 1ef780d9f59d67f957c20b02a5bf76b858bf0a04 (patch) | |
tree | c12b4c552b89207ee6ebfe4e03a743d337244d52 /Repository.mk | |
parent | 076fe89aaa7c1791b43856f30ac01430acb86936 (diff) |
xmlfix3: convert unoxml to gbuild
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index be80170315d2..a94f0746ce3c 100644 --- a/Repository.mk +++ b/Repository.mk @@ -69,6 +69,8 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ tk \ tl \ utl \ + unordf \ + unoxml \ vbahelper \ vcl \ xcr \ @@ -82,6 +84,8 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ icuuc \ + rdf \ + xslt \ )) |