From db63d1a864c033373bdf35b0470c312251cc866c Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 19 May 2012 22:10:41 +0200 Subject: prefix testtools libraries with testtools_ in Repository.mk Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535 --- testtools/Library_constructors.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testtools/Library_constructors.mk') diff --git a/testtools/Library_constructors.mk b/testtools/Library_constructors.mk index abf273b1d581..3de70083ca2b 100644 --- a/testtools/Library_constructors.mk +++ b/testtools/Library_constructors.mk @@ -24,30 +24,30 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_Library_Library,constructors)) +$(eval $(call gb_Library_Library,testtools_constructors)) -$(eval $(call gb_Library_set_componentfile,constructors,testtools/source/bridgetest/constructors)) +$(eval $(call gb_Library_set_componentfile,testtools_constructors,testtools/source/bridgetest/constructors)) -$(eval $(call gb_Executable_set_include,constructors,\ +$(eval $(call gb_Executable_set_include,testtools_constructors,\ -I$(SRCDIR)/testtools/source/bridgetest \ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_internal_api,constructors,\ +$(eval $(call gb_Library_use_internal_api,testtools_constructors,\ bridgetest \ )) -$(eval $(call gb_Library_use_api,constructors,\ +$(eval $(call gb_Library_use_api,testtools_constructors,\ udkapi \ )) -$(eval $(call gb_Library_use_libraries,constructors,\ +$(eval $(call gb_Library_use_libraries,testtools_constructors,\ cppu \ cppuhelper \ sal \ )) -$(eval $(call gb_Library_add_exception_objects,constructors,\ +$(eval $(call gb_Library_add_exception_objects,testtools_constructors,\ testtools/source/bridgetest/constructors \ )) -- cgit