forgot to rename cppu -> cppuhelper from the template

Change-Id: I6a2ba2213d59ba73f7f170f40c7607f6ad23a0f4
This commit is contained in:
Luboš Luňák
2012-07-16 17:58:58 +02:00
parent aad94ec02c
commit 437dc53849
2 changed files with 23 additions and 23 deletions

View File

@@ -25,30 +25,30 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_CppunitTest_CppunitTest,cppu_checkapi))
$(eval $(call gb_CppunitTest_CppunitTest,cppuhelper_checkapi))
$(eval $(call gb_CppunitTest_add_exception_objects,cppu_checkapi,\
cppu/qa/checkapi/strings \
$(eval $(call gb_CppunitTest_add_exception_objects,cppuhelper_checkapi,\
cppuhelper/qa/checkapi/strings \
))
$(eval $(call gb_CppunitTest_set_include,cppu_checkapi,\
$(eval $(call gb_CppunitTest_set_include,cppuhelper_checkapi,\
$$(INCLUDE) \
-I$(SRCDIR)/cppu/inc \
-I$(SRCDIR)/cppuhelper/inc \
))
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppu_checkapi, \
$(eval $(call gb_CppunitTest_use_internal_comprehensive_api,cppuhelper_checkapi, \
cppu \
udkapi \
))
# strings.cxx includes generated strings.hxx
$(call gb_CxxObject_get_target,cppu/qa/checkapi/strings) : \
INCLUDE += -I$(call gb_CustomTarget_get_workdir,cppu/allheaders)
$(call gb_CxxObject_get_target,cppu/qa/checkapi/strings) :| \
$(call gb_CustomTarget_get_workdir,cppu/allheaders)/cppu_allheaders.hxx
$(call gb_CxxObject_get_target,cppuhelper/qa/checkapi/strings) : \
INCLUDE += -I$(call gb_CustomTarget_get_workdir,cppuhelper/allheaders)
$(call gb_CxxObject_get_target,cppuhelper/qa/checkapi/strings) :| \
$(call gb_CustomTarget_get_workdir,cppuhelper/allheaders)/cppuhelper_allheaders.hxx
$(eval $(call gb_CppunitTest_use_libraries,cppu_checkapi,\
cppu \
$(eval $(call gb_CppunitTest_use_libraries,cppuhelper_checkapi,\
cppuhelper \
$(gb_STDLIBS) \
))