summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-14 11:02:19 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-06-15 21:35:00 +0200
commitf29966b22a38e98df83f49f9285370e7ca49bcb7 (patch)
tree3fc7ed18e0a8ed971ff55fd58f5bb2ccad877ff3 /Repository.mk
parent1492a2f09c05a03289e46fbd4e453d1ac03d06f9 (diff)
fix previous commit
Change-Id: Ifc8723e9dd453e14911a5c46175bb7795ebb064c
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk24
1 files changed, 12 insertions, 12 deletions
diff --git a/Repository.mk b/Repository.mk
index d03394a1bae4..3c6a54377e96 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -357,6 +357,17 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
xof \
xsltdlg \
xsltfilter \
+ $(if $(filter $(OS),WNT), \
+ ado \
+ $(if $(DISABLE_ATL),,oleautobridge) \
+ smplmail \
+ wininetbe1 \
+ ) \
+ $(if $(filter $(OS),MACOSX), \
+ AppleRemote \
+ fps_aqua \
+ MacOSXSpell \
+ ) \
))
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
@@ -475,6 +486,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
$(if $(ENABLE_GSTREAMER),avmediagst) \
$(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
+ $(if $(ENABLE_DIRECTX),avmediawin) \
cached1 \
collator_data \
comphelper \
@@ -512,18 +524,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
xmlsecurity \
xsec_fw \
xstor \
- $(if $(filter $(OS),WNT), \
- ado \
- $(if $(ENABLE_DIRECTX),avmediawin) \
- $(if $(DISABLE_ATL),,oleautobridge) \
- smplmail \
- wininetbe1 \
- ) \
- $(if $(filter $(OS),MACOSX), \
- AppleRemote \
- fps_aqua \
- MacOSXSpell \
- ) \
))
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
bluez_bluetooth \