diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-12-17 18:12:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-17 18:12:13 +0100 |
commit | 9d79b12871522cb9daebf4f6c850e07edcdce08a (patch) | |
tree | 2b43e02c1e05f353f622f66d45f6a7175f742a9e /scp2 | |
parent | 4b4c583b90d61865de30de1a88074f600654b627 (diff) |
extensions: merge in Peter Foley's work in update
Main improvement is that the unit test is now linked against updchk
library.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/onlineupdate/file_onlineupdate.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/onlineupdate/file_onlineupdate.scp b/scp2/source/onlineupdate/file_onlineupdate.scp index 07ab650acc2b..526e6eb8c539 100644 --- a/scp2/source/onlineupdate/file_onlineupdate.scp +++ b/scp2/source/onlineupdate/file_onlineupdate.scp @@ -27,7 +27,7 @@ #include "macros.inc" -SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Updchk , updchk.uno ) +SPECIAL_LIB_FILE( gid_File_Lib_Updchk , updchk ) File gid_File_Share_Registry_Onlineupdate_Xcd TXT_FILE_BODY; |