diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-02 20:45:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-02 22:23:50 +0200 |
commit | 625c378b0d42bb251c5cabdc84fe92193bd2a8a4 (patch) | |
tree | 12f56f09cb3939ab88329a0e0df31da3678e8a81 /Repository.mk | |
parent | 677670e46783084891db7405866a3bd1a652cfac (diff) |
Repository.mk: remove obsolete libraries
These were removed by commits 5142e628b563a9876e8884c5dd4914eff4a2f307,
a5783fe922b2419b5b662eb5f544a1f401341dbf and
eb6fa6be7500b9110913174552c156b0504ece07.
Change-Id: If8b5b5d2241bf66dea4a8376a5303f585559ebdc
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Repository.mk b/Repository.mk index aa90522142c0..1902bc0452c2 100644 --- a/Repository.mk +++ b/Repository.mk @@ -646,12 +646,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_SHLXTHDL, \ shlxthdl_x64 \ )) -$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ - fop \ - jfregca \ - thidxmsi \ -)) -endif +endif # WNT $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \ cppuhelper \ |