From 1e0a880cfe5b9d724f1bb2b6bedb25da46d6c5ab Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 28 Jun 2012 19:29:18 +0200 Subject: smoketest: fix breakage from 328e2263fb6e2415bafbc40a7d7309b66f65971a Change-Id: I18eaf5596e9ba518672ef041bf6084ef84f608fb --- smoketest/Library_smoketest.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'smoketest') diff --git a/smoketest/Library_smoketest.mk b/smoketest/Library_smoketest.mk index f14348e484dd..c62e015c08fd 100644 --- a/smoketest/Library_smoketest.mk +++ b/smoketest/Library_smoketest.mk @@ -25,8 +25,14 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. +# this is a Library that contains a unit test, so it can be packaged $(eval $(call gb_Library_Library,smoketest)) +# necessary because this is no CppUnitTest but a Library +$(eval $(call gb_Library_add_defs,smoketest,\ + -DCPPUNIT_PLUGIN_EXPORT='extern "C" SAL_DLLPUBLIC_EXPORT' \ +)) + $(eval $(call gb_Library_use_api,smoketest,\ offapi \ udkapi \ -- cgit