diff options
author | Jo Shields <jms@destiny> | 2010-09-19 20:47:07 +0100 |
---|---|---|
committer | Jo Shields <jms@destiny> | 2010-09-19 20:47:07 +0100 |
commit | 4247b7e6e67ab79cea4f5b80566ab1e8def6f6f2 (patch) | |
tree | 37793aba80fc8180b56e789f0836ad37d0ee48af /depcomp | |
parent | b598108bd71748ab0dc7088a36835864f5f96e22 (diff) | |
download | libayatana-appindicator-4247b7e6e67ab79cea4f5b80566ab1e8def6f6f2.tar.gz libayatana-appindicator-4247b7e6e67ab79cea4f5b80566ab1e8def6f6f2.tar.bz2 libayatana-appindicator-4247b7e6e67ab79cea4f5b80566ab1e8def6f6f2.zip |
The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of "bar". This is most commonly used to make apps more cross-platform, by specifying the Windows library name (foo.dll) into a Linux/OSX/etc filename (libfoo.so.0).
indicator-application has been binding directly to libappindicator.so.0, which means multiple places to update if the SONAME changes, and makes it less portable - this commit fixes this.
Diffstat (limited to 'depcomp')
0 files changed, 0 insertions, 0 deletions