diff options
author | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-09-20 17:54:51 +0200 |
---|---|---|
committer | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-09-20 17:54:51 +0200 |
commit | 482276fcb7af568bf09047d9613e6817c4af8ad1 (patch) | |
tree | 0b0c6ff946e998a15a459800acd73a1ac82c9293 /bindings/mono/app-indicator.sources.xml | |
parent | 6c8da9ed8f79fb5f411a4130c99ce3189b7b5b82 (diff) | |
parent | 316dbc5d675e78b92334dc087d95c795a3a108d0 (diff) | |
download | libayatana-appindicator-482276fcb7af568bf09047d9613e6817c4af8ad1.tar.gz libayatana-appindicator-482276fcb7af568bf09047d9613e6817c4af8ad1.tar.bz2 libayatana-appindicator-482276fcb7af568bf09047d9613e6817c4af8ad1.zip |
Merging Jo Shields' fixes to the build infrastructure to shut GAPI up.
Diffstat (limited to 'bindings/mono/app-indicator.sources.xml')
-rw-r--r-- | bindings/mono/app-indicator.sources.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/mono/app-indicator.sources.xml b/bindings/mono/app-indicator.sources.xml index 2649eb4..6cf28e9 100644 --- a/bindings/mono/app-indicator.sources.xml +++ b/bindings/mono/app-indicator.sources.xml @@ -1,8 +1,8 @@ <gapi-parser-input> <api filename="libappindicator-api.raw"> - <library name="libappindicator.so.0"> + <library name="appindicator.dll"> <namespace name="AppIndicator"> - <file>../../src/app-indicator.c</file> + <file>app-indicator.c</file> <file>../../src/app-indicator-enum-types.c</file> <file>../../src/app-indicator-enum-types.h</file> <file>../../src/app-indicator.h</file> |