Ted Gould has proposed merging lp:~ted/indicator-application/mono-bindings-startup into lp:indicator-application.
Requested reviews: Indicator Applet Developers (indicator-applet-developers) Related bugs: #592706 apps using the mono bindings fail to load https://bugs.launchpad.net/bugs/592706 Fix for the mono bindings to only include the libappindicator stuff and not all the indicator-application stuff. -- https://code.launchpad.net/~ted/indicator-application/mono-bindings-startup/+merge/27867 Your team ayatana-commits is subscribed to branch lp:indicator-application.
=== modified file 'bindings/mono/app-indicator.sources.xml' --- bindings/mono/app-indicator.sources.xml 2010-05-20 19:39:17 +0000 +++ bindings/mono/app-indicator.sources.xml 2010-06-17 18:08:30 +0000 @@ -2,10 +2,10 @@ <api filename="libappindicator-api.raw"> <library name="libappindicator.so.0"> <namespace name="AppIndicator"> - <directory path="../../src"> - <exclude>app-indicator-enum-types.h.in</exclude> - <exclude>app-indicator-enum-types.c.in</exclude> - </directory> + <file>../../src/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> </namespace> </library> </api>
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

