summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-18 21:01:14 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:30 +0200
commit1b736bf55e8ca79a06faabfa9866fffa6cab6c81 (patch)
tree20cd30da7c8c1ccec49b750c56597378b7ee9245 /Repository.mk
parent30fe6781ea25659426f2842c299db137304ee085 (diff)
Repository.mk: adjust layer of libraries in smoketest instset
These are currently installed in the "program" dir, whether that is a good idea or not. Change-Id: I842bc0a72f9a6f78462ad18151cd42f85753aadf
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk14
1 files changed, 9 insertions, 5 deletions
diff --git a/Repository.mk b/Repository.mk
index 8d6f10c1bf4b..4f2a380e5de9 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -434,16 +434,20 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
endif
-$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
+# these libraries are packaged in the "Test" instset, in the "program" dir :-/
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
smoketest \
- subsequenttest \
test \
- testtools_cppobj \
- testtools_bridgetest \
- testtools_constructors \
unobootstrapprotector \
unoexceptionprotector \
unotest \
+))
+
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
+ subsequenttest \
+ testtools_cppobj \
+ testtools_bridgetest \
+ testtools_constructors \
scqahelper \
))