diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-22 00:32:12 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-22 14:42:17 +0200 |
commit | 621b30e277128018432397860a46c932ff82388c (patch) | |
tree | 3579ba1035f085d1e9f074dffa0e1cdf19286ebe /Repository.mk | |
parent | 800f387af08f243e7d532ad7a78df1e3d6ad80e4 (diff) |
Revert "Repository.mk: adjust layer of libraries in smoketest instset"
This reverts commit 1b736bf55e8ca79a06faabfa9866fffa6cab6c81.
Obsoleted by commit 359472b2b50165966c27c239eccd3ecfb03e2acc.
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Repository.mk b/Repository.mk index 666a534b68e6..99941add5169 100644 --- a/Repository.mk +++ b/Repository.mk @@ -438,20 +438,16 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ endif -# these libraries are packaged in the "Test" instset, in the "program" dir :-/ -$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ - smoketest \ - test \ - unobootstrapprotector \ - unoexceptionprotector \ - unotest \ -)) - $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ + smoketest \ subsequenttest \ + test \ testtools_cppobj \ testtools_bridgetest \ testtools_constructors \ + unobootstrapprotector \ + unoexceptionprotector \ + unotest \ scqahelper \ unowinreg \ )) |