summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-04-07 23:22:08 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-08 01:05:52 +0200
commitc923f7d2c210dc7846767fc0ac6ece2a0d7812a8 (patch)
tree4895fcbbf423daf410da5a8ef8e09ef8064c5c67 /hwpfilter
parenta16060116346533923c607bd406d3fea511b41ec (diff)
gbuild: "use" vs. "add":
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk8
-rw-r--r--hwpfilter/Library_hwp.mk6
2 files changed, 7 insertions, 7 deletions
diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
index 841e199a6dd0..2df1dbda1170 100644
--- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
+++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk
@@ -34,7 +34,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,hwpfilter_test_hwpfilter, \
hwpfilter/qa/cppunit/test_hwpfilter \
))
-$(eval $(call gb_CppunitTest_add_linked_libs,hwpfilter_test_hwpfilter, \
+$(eval $(call gb_CppunitTest_use_libraries,hwpfilter_test_hwpfilter, \
ucbhelper \
comphelper \
cppu \
@@ -49,18 +49,18 @@ $(eval $(call gb_CppunitTest_set_include,hwpfilter_test_hwpfilter,\
$$(INCLUDE) \
))
-$(eval $(call gb_CppunitTest_add_api,hwpfilter_test_hwpfilter,\
+$(eval $(call gb_CppunitTest_use_api,hwpfilter_test_hwpfilter,\
offapi \
udkapi \
))
$(eval $(call gb_CppunitTest_uses_ure,hwpfilter_test_hwpfilter))
-$(eval $(call gb_CppunitTest_add_type_rdbs,hwpfilter_test_hwpfilter,\
+$(eval $(call gb_CppunitTest_use_type_rdbs,hwpfilter_test_hwpfilter,\
types \
))
-$(eval $(call gb_CppunitTest_add_components,hwpfilter_test_hwpfilter,\
+$(eval $(call gb_CppunitTest_use_components,hwpfilter_test_hwpfilter,\
configmgr/source/configmgr \
hwpfilter/source/hwp \
ucb/source/core/ucb1 \
diff --git a/hwpfilter/Library_hwp.mk b/hwpfilter/Library_hwp.mk
index 49a7c80c126e..ec189cd94bdf 100644
--- a/hwpfilter/Library_hwp.mk
+++ b/hwpfilter/Library_hwp.mk
@@ -31,12 +31,12 @@ $(eval $(call gb_Library_set_include,hwp,\
$$(INCLUDE) \
))
-$(eval $(call gb_Library_add_api,hwp,\
+$(eval $(call gb_Library_use_api,hwp,\
offapi \
udkapi \
))
-$(eval $(call gb_Library_add_linked_libs,hwp,\
+$(eval $(call gb_Library_use_libraries,hwp,\
comphelper \
cppu \
cppuhelper \
@@ -48,7 +48,7 @@ $(eval $(call gb_Library_use_external,hwp,zlib))
ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,hwp,\
+$(eval $(call gb_Library_use_libraries,hwp,\
ole32 \
uuid \
))