summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-21 00:39:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:31 +0200
commitdef1a59d18b8cb1bf351ae83f2f11acbe41a8229 (patch)
tree5b388c4fa3f119ab236e6ca12ec62826284823c0 /Repository.mk
parent70c35265f517ef372cb739d4cc64499abf57a838 (diff)
gbuild: add a SHLXTHDL layer for libraries
... because this is the time of day when one thinks, wouldn't life simply be more awesome if there were a SHLXTHDL layer? Change-Id: I02df8a8bf9d7d641ea060e2cfef6643fe2202353
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/Repository.mk b/Repository.mk
index abe5e6eed25b..fd4a3bdeaa1b 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -599,16 +599,19 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorer
shlxtmsi \
))
-$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
- fop \
- jfregca \
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_SHLXTHDL, \
ooofilt \
ooofilt_x64 \
propertyhdl \
propertyhdl_x64 \
- regpatchactivex \
shlxthdl \
shlxthdl_x64 \
+))
+
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
+ fop \
+ jfregca \
+ regpatchactivex \
so_activex \
so_activex_x64 \
sysdtrans \