diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-24 22:15:21 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-24 22:15:21 -0500 |
commit | 5f97e91d0017b93369d3ddc7e7354a8f285bf336 (patch) | |
tree | 0a340347ff7d0532e0e5862d5391eaaa7a92575e /bindings/mono/Makefile.in | |
parent | 3c0119b757b0c9f449d944e4423ff7d8ec723eaf (diff) | |
parent | 22fbdf6340b9b4e233c033e20009d2c65d18c804 (diff) | |
download | libayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.tar.gz libayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.tar.bz2 libayatana-appindicator-5f97e91d0017b93369d3ddc7e7354a8f285bf336.zip |
releasing version 0.2.96-0ubuntu10.2.96-0ubuntu1
Diffstat (limited to 'bindings/mono/Makefile.in')
-rw-r--r-- | bindings/mono/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/mono/Makefile.in b/bindings/mono/Makefile.in index f336d0a..e8d4335 100644 --- a/bindings/mono/Makefile.in +++ b/bindings/mono/Makefile.in @@ -771,15 +771,22 @@ $(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|" \ -e "s|PROP_CONNECTED_S|connected|" \ -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|" \ $< > $@ generated-stamp: $(API) $(build_customs) |