diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-18 15:11:19 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-23 06:02:41 +0100 |
commit | 0b7f8b54386b380ee9b1abd0a2207b50c6fbeaca (patch) | |
tree | aa5bca97b2576cfbf5b03e4cadda014379a4d8a7 | |
parent | ecc7ae77d345025f54094861c6b8b693e830ab42 (diff) |
move libs to correct layer
-rw-r--r-- | Repository.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk index 8e9b6d9ec2e4..74452fd3ca74 100644 --- a/Repository.mk +++ b/Repository.mk @@ -466,10 +466,8 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \ passwordcontainer \ pdfimport \ PresenterScreen \ - reflection \ simplecanvas \ slideshow \ - stocservices \ stringresource \ SunPresentationMinimizer \ ucpcmis1 \ @@ -515,6 +513,8 @@ endif $(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \ binaryurp \ bootstrap \ + reflection \ + stocservices \ )) $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ |