diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-01 14:48:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-01 14:48:36 +0100 |
commit | e4265c75f3ec354fac7e8a7ee8bdc46a5f0cff48 (patch) | |
tree | af04107be10effa9f4d9917271e03879677cf57f /sd | |
parent | 14565a9141706b38bf58b103f2d863d0979e2fc5 (diff) |
gb_Library_PLAINEXT->gb_Library_DLLEXT
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_uimpress.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index fde11a4298f8..b8ee356feeb7 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -92,7 +92,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sd_uimpress,\ $(eval $(call gb_CppunitTest_set_args,sd_uimpress,\ --headless \ --invisible \ - --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \ + --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,sd_uimpress)) |