summaryrefslogtreecommitdiffstats
path: root/cppuhelper/CppunitTest_cppuhelper_checkapi.mk
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-16 17:58:58 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-07-16 18:01:11 +0200
commit437dc5384985c97d6b59e91ab5280a840a387731 (patch)
tree6ca76a1f75c99b1430c4c748d7e385aafedc0314 /cppuhelper/CppunitTest_cppuhelper_checkapi.mk
parentFixing build with internal openldap (diff)
downloadcore-437dc5384985c97d6b59e91ab5280a840a387731.tar.gz
core-437dc5384985c97d6b59e91ab5280a840a387731.zip
forgot to rename cppu -> cppuhelper from the template
Change-Id: I6a2ba2213d59ba73f7f170f40c7607f6ad23a0f4
Diffstat (limited to 'cppuhelper/CppunitTest_cppuhelper_checkapi.mk')
-rw-r--r--cppuhelper/CppunitTest_cppuhelper_checkapi.mk24
1 files changed, 12 insertions, 12 deletions
diff --git a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk
index 98832d086fb0..60a66b6e9cf5 100644
--- a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk
+++ b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk
@@ -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) \
))