summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-03-12 17:53:16 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-12 18:30:34 +0100
commit0cd3740c1d09b1a2c3c09e869bcad058e0fbf174 (patch)
treeba03fe445e3adaab338ce4384a43f2a7272849f7 /smoketest
parentd343dddc3fecb46953259ab16892347640383b98 (diff)
smoketest: fix duplicate linkage warning
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/CppunitTest_smoketest.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk
index c2d4f2f47265..2e614b681d10 100644
--- a/smoketest/CppunitTest_smoketest.mk
+++ b/smoketest/CppunitTest_smoketest.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,smoketest))
$(eval $(call gb_CppunitTest_abort_on_assertion,smoketest))
-$(eval $(call gb_CppunitTest_add_exception_objects,smoketest,\
- smoketest/smoketest \
-))
-
$(eval $(call gb_CppunitTest_add_api,smoketest,\
offapi \
udkapi \
@@ -43,6 +39,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,smoketest,\
cppuhelper \
sal \
unotest \
+ smoketest \
))
ifeq ($(OS),MACOSX)