diff options
author | David Ostrovsky <David.Ostrovsky@gmx.de> | 2012-05-19 22:10:41 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:35:16 +0200 |
commit | db63d1a864c033373bdf35b0470c312251cc866c (patch) | |
tree | 8294478075ec695c4a71ab3ccad4fd6954e2b6cd /testtools/StaticLibrary_bridgetest.mk | |
parent | 77bcdd41214e2b06bcf00e117b9992194ce65bc6 (diff) |
prefix testtools libraries with testtools_ in Repository.mk
Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
Diffstat (limited to 'testtools/StaticLibrary_bridgetest.mk')
-rw-r--r-- | testtools/StaticLibrary_bridgetest.mk | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/testtools/StaticLibrary_bridgetest.mk b/testtools/StaticLibrary_bridgetest.mk index c3bde3c0c8f7..ed96f3489f42 100644 --- a/testtools/StaticLibrary_bridgetest.mk +++ b/testtools/StaticLibrary_bridgetest.mk @@ -25,22 +25,17 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_StaticLibrary_StaticLibrary,testtools_bridgetest)) +$(eval $(call gb_StaticLibrary_StaticLibrary,testtools_bridgetest_s)) -$(eval $(call gb_StaticLibrary_set_include,cppobj,\ - -I$(SRCDIR)/testtools/source/bridgetest \ - $$(INCLUDE) \ -)) - -$(eval $(call gb_StaticLibrary_use_internal_api,testtools_bridgetest,\ +$(eval $(call gb_StaticLibrary_use_internal_api,testtools_bridgetest_s,\ bridgetest \ )) -$(eval $(call gb_StaticLibrary_use_api,testtools_bridgetest,\ +$(eval $(call gb_StaticLibrary_use_api,testtools_bridgetest_s,\ udkapi \ )) -$(eval $(call gb_StaticLibrary_add_exception_objects,testtools_bridgetest,\ +$(eval $(call gb_StaticLibrary_add_exception_objects,testtools_bridgetest_s,\ testtools/source/bridgetest/currentcontextchecker \ testtools/source/bridgetest/multi \ )) |