diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 12:02:22 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:48 +0100 |
commit | 6396ab80dbb0fd60536c42e9c66b568f1e31418a (patch) | |
tree | 3c73864a7eb8b871072440dea79822437378e91f /Repository.mk | |
parent | 55cac8c903efb51805448de6bf261619ce7d2a3d (diff) |
Repository.mk: move test libraries to PLAINLIBS_NONE
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Repository.mk b/Repository.mk index 5adc79464a02..de2a1eb93f97 100644 --- a/Repository.mk +++ b/Repository.mk @@ -314,6 +314,13 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ endif +$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ + subsequenttest \ + test \ + unoexceptionprotector \ + unotest \ +)) + $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ sal_textenc \ xmlreader \ @@ -344,8 +351,6 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ sofficeapp \ srtrs1 \ store \ - subsequenttest \ - test \ textconv_dict \ ucb1 \ ucpdav1 \ @@ -353,9 +358,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ ucpftp1 \ ucphier1 \ ucppkg1 \ - unoexceptionprotector \ unopkgapp \ - unotest \ unsafe_uno \ updchk \ xmlsecurity \ |