summaryrefslogtreecommitdiff
path: root/testtools/Library_constructors.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-05-19 22:10:41 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:35:16 +0200
commitdb63d1a864c033373bdf35b0470c312251cc866c (patch)
tree8294478075ec695c4a71ab3ccad4fd6954e2b6cd /testtools/Library_constructors.mk
parent77bcdd41214e2b06bcf00e117b9992194ce65bc6 (diff)
prefix testtools libraries with testtools_ in Repository.mk
Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
Diffstat (limited to 'testtools/Library_constructors.mk')
-rw-r--r--testtools/Library_constructors.mk14
1 files changed, 7 insertions, 7 deletions
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 \
))