diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-16 23:35:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:28 +0200 |
commit | 60530f4716a51f9212819638c454695295f6c1d3 (patch) | |
tree | fa407e78f122d5c964e8969a8cb387c85e103bb1 /cppu/Module_cppu.mk | |
parent | 6cad907b9e6b2f37f0ffd81154ef16322b8217c7 (diff) |
cppu: rename purpose environment libraries
It would not be necessary to mangle the
affine_uno_uno/log_uno_uno/unsafe_uno_uno library names in
RepositoryFixes.mk if they were simply named right in the first place.
Change-Id: I0fce919549764d2335c5501c1110878b8709fa09
Diffstat (limited to 'cppu/Module_cppu.mk')
-rw-r--r-- | cppu/Module_cppu.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/Module_cppu.mk b/cppu/Module_cppu.mk index 897295cb03b3..90c9d514f60d 100644 --- a/cppu/Module_cppu.mk +++ b/cppu/Module_cppu.mk @@ -13,11 +13,11 @@ $(eval $(call gb_Module_Module,cppu)) $(eval $(call gb_Module_add_targets,cppu,\ InternalUnoApi_cppu_qa_cppumaker_types \ InternalUnoApi_cppu_qa_types \ - Library_affine_uno \ + Library_affine_uno_uno \ Library_cppu \ - Library_log_uno \ + Library_log_uno_uno \ Library_purpenvhelper \ - Library_unsafe_uno \ + Library_unsafe_uno_uno \ )) $(eval $(call gb_Module_add_check_targets,cppu,\ |