commit | 399b4a744f0e1212b90b50834d05fce7add9797f | [log] [tgz] |
---|---|---|
author | Doug Kwan <dougkwan@google.com> | Fri Oct 02 11:55:41 2009 -0700 |
committer | Doug Kwan <dougkwan@google.com> | Fri Oct 02 11:55:41 2009 -0700 |
tree | d35e6de71c84f4d7c2c4a87cbd43bc537ca55d86 | |
parent | ccc6a1649cfe31fed30d62939e97bc38fd8c7e4e [diff] |
Add back missing shared library libutils used by the executable in linker command. The executable contains calls to function defined in the missing library. Currently this is linked via a dependency of another shared library. While this works, it is not the right thing to do.