diff options
author | Ted Gould <ted@gould.cx> | 2011-02-23 22:46:17 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-23 22:46:17 -0600 |
commit | d21b676e9fe3a9b7f52465cd75d833ce05a6c7a7 (patch) | |
tree | bc279e89edef14e8a25692140b86c504b36093d6 /bindings/mono/Makefile.am | |
parent | eb2ba45eaf60c05f1ce570d3f0c9d63f1602af4b (diff) | |
download | libayatana-appindicator-d21b676e9fe3a9b7f52465cd75d833ce05a6c7a7.tar.gz libayatana-appindicator-d21b676e9fe3a9b7f52465cd75d833ce05a6c7a7.tar.bz2 libayatana-appindicator-d21b676e9fe3a9b7f52465cd75d833ce05a6c7a7.zip |
Cleaning up even more!
Diffstat (limited to 'bindings/mono/Makefile.am')
-rw-r--r-- | bindings/mono/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index 13bfaa9..9a899e1 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -85,10 +85,13 @@ $(MIDDLE_API): $(METADATA) $(RAW_API) $(API): $(MIDDLE_API) Makefile.am sed -e "s|PROP_ID_S|id|" \ -e "s|PROP_STATUS_S|status|" \ + -e "s|PROP_CATEGORY_S|Category|" \ -e "s|PROP_CATEGORY_S|category|" \ -e "s|PROP_ICON_NAME_S|icon-name|" \ + -e "s|PROP_ICON_DESC_S|IconDesc|" \ -e "s|PROP_ICON_DESC_S|icon-desc|" \ -e "s|PROP_ATTENTION_ICON_NAME_S|attention-icon-name|" \ + -e "s|PROP_ATTENTION_ICON_DESC_S|AttentionIconDesc|" \ -e "s|PROP_ATTENTION_ICON_DESC_S|attention-icon-desc|" \ -e "s|PROP_ICON_THEME_PATH_S|icon-theme-path|" \ -e "s|PROP_MENU_S|menu|" \ @@ -96,6 +99,8 @@ $(API): $(MIDDLE_API) Makefile.am -e "s|PROP_LABEL_S|label|" \ -e "s|PROP_LABEL_GUIDE_S|label-guide|" \ -e "s|PROP_ORDERING_INDEX_S|ordering-index|" \ + -e "s|PROP_DBUS_MENU_SERVER_S|DbusMenuServer|" \ + -e "s|PROP_DBUS_MENU_SERVER_S|dbus-menu-server|" \ $< > $@ api_includes = $(GTK_SHARP_CFLAGS) |