summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-28 11:19:24 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-28 14:01:08 +0100
commitab74a8303949c1dca8f453fa10497f0b8c4dd7d6 (patch)
tree820bb3c5d03f2ae04a10e44b8fe9b08b60151f78 /solenv
parent968c735aa7bcf8d03258e9cea931b9d776e4a890 (diff)
unoil: build cli_oootypes.dll via CliUnoApi
Change-Id: I9f6a410515106941c4848edafaffaeacbc27b125
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/TargetLocations.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index ce623304100b..6e0103e9e992 100644
--- a/solenv/gbuild/TargetLocations.mk
+++ b/solenv/gbuild/TargetLocations.mk
@@ -22,7 +22,7 @@
# thoese are hard-coded to URE for now since there are so few of them...
gb_CliLibrary_get_target = $(INSTROOT)/$(LIBO_URE_LIB_FOLDER)/$(1)$(gb_CliLibrary_EXT)
gb_CliNativeLibrary_get_target = $(INSTROOT)/$(LIBO_URE_LIB_FOLDER)/$(1)$(gb_CliNativeLibrary_EXT)
-gb_CliUnoApi_get_target = $(INSTROOT)/$(LIBO_URE_LIB_FOLDER)/$(1)$(gb_CliUnoApi_EXT)
+gb_CliUnoApi_get_target = $(INSTROOT)/$(if $(filter cli_uretypes,$(1)),$(LIBO_URE_LIB_FOLDER),$(LIBO_LIB_FOLDER))/$(1)$(gb_CliUnoApi_EXT)
gb_PackagePart_get_destinations = \
$(INSTDIR) \
$(OUTDIR)/bin \