summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-28 10:01:34 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-28 14:01:07 +0100
commitdecf809674a837bfddb5b9a376502927364377e8 (patch)
treeaaf3ba51d5a414e02e43983ed173331907101427 /Repository.mk
parenta2f9c446b79d50d808bdc6e3487d230459f81260 (diff)
fdo#69601: refactor CliNativeLibrary
- stop copying the DLL to OUTDIR - since that was the main reason for the separation between CliNativeLibrary and CliNativeLibraryTarget, merge the targets; the newly inherited variables are not expected to cause problems - the Library remains in layer NONE; the derived CliNativeLibrary is in INSTDIR - hardcode target to URE bin dir for now, no immediate need for multiple layers Change-Id: I3bf4859e8c574f84d69eb43d12ddce0d34b5730c
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 99941add5169..c957433b23bc 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -494,7 +494,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
xmlreader \
))
-# FIXME fdo#69601
+# this is NONE even though it is actually in URE because it is CliNativeLibrary
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
$(if $(filter MSC,$(COM)),cli_cppuhelper) \
))