diff options
-rw-r--r-- | plugins/exchange-mapi/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/exchange-mapi/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/exchange-mapi/ChangeLog b/plugins/exchange-mapi/ChangeLog index c91c64b176..4e278904fa 100644 --- a/plugins/exchange-mapi/ChangeLog +++ b/plugins/exchange-mapi/ChangeLog @@ -1,6 +1,12 @@ 2007-10-22 Sankar P <psankar@novell.com> * Makefile.am: + Changed eplug.in to eplug.xml + .eplug.xml is the EPlugin standard + +2007-10-22 Sankar P <psankar@novell.com> + + * Makefile.am: * exchange-account-listener.c: (add_addressbook_sources), (account_added), (exchange_account_listener_construct): * exchange-mapi-account-setup.c: (create_profile): diff --git a/plugins/exchange-mapi/Makefile.am b/plugins/exchange-mapi/Makefile.am index 6cb8589977..b22c4e63af 100644 --- a/plugins/exchange-mapi/Makefile.am +++ b/plugins/exchange-mapi/Makefile.am @@ -37,7 +37,7 @@ liborg_gnome_exchange_mapi_la_CFLAGS = -I/usr/local/samba/include/ #errordir = $(privdatadir)/errors EXTRA_DIST = \ - org-gnome-exchange-mapi.eplug.in + org-gnome-exchange-mapi.eplug.xml BUILT_SOURCES = org-gnome-exchange-mapi.eplug |