diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-01 14:48:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-01 15:18:34 +0100 |
commit | 0e334c2bfa7e46f5b3b2a2e7acc47257827fb126 (patch) | |
tree | 59e18a5930354ab74cebd65fe47561dd74163c22 | |
parent | 063ea6bd2703a55f9ca136d3c7ec63df818147e7 (diff) |
gb_Library_PLAINEXT->gb_Library_DLLEXT
-rw-r--r-- | hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk | 2 | ||||
-rw-r--r-- | lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk index 9f23f1dc062d..386e6fa04da3 100644 --- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk +++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk @@ -67,7 +67,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,hwpfilter_test_hwpfilter,\ $(eval $(call gb_CppunitTest_set_args,hwpfilter_test_hwpfilter,\ --headless \ --invisible \ - --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \ + --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,hwpfilter_test_hwpfilter)) diff --git a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk index 46749f2ab24e..5bebd75b7849 100644 --- a/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk +++ b/lotuswordpro/CppunitTest_lotuswordpro_test_lotuswordpro.mk @@ -67,7 +67,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,lotuswordpro_test_lotuswordpro,\ $(eval $(call gb_CppunitTest_set_args,lotuswordpro_test_lotuswordpro,\ --headless \ --invisible \ - --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \ + --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,lotuswordpro_test_lotuswordpro)) |