Re: Patch to fix #341803
"nancy.cai" <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1148374459.7458.9.camel@sports> |
Hi, This is an update for the patch I have submitted before. Please help me to review it. Thanks. --Nancy On 一, 2006-05-22 at 16:20 +0800, nancy.cai wrote: > On 一, 2006-05-22 at 16:14 +0800, nancy.cai wrote: > > Hi, > > > > Here is a patch to fix #341803 > > http://bugzilla.gnome.org/show_bug.cgi?id=341803 . > > Please help me to review it. > > Thank you very much. > > > > Nancy Cai > > > > > > _______________________________________________ > > Evolution-patches mailing list > > [email protected] > > http://mail.gnome.org/mailman/listinfo/evolution-patches > _______________________________________________ > Evolution-patches mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/evolution-patches _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
rename_ximian_06052203.diff
(text/x-patch, 1.9 KB)
Index: ChangeLog =================================================================== RCS file: /cvs/gnome/evolution-exchange/ChangeLog,v retrieving revision 1.480.2.18 diff -u -r1.480.2.18 ChangeLog --- ChangeLog 12 May 2006 08:30:51 -0000 1.480.2.18 +++ ChangeLog 23 May 2006 08:09:15 -0000 @@ -1,3 +1,9 @@ +2006-05-23 Nancy <[email protected]> + + Fix #341803 + * storage/Makefile.am:replace "ximian-connector-setup" by + "exchange-connector-setup" + 2006-05-12 Sankar P <[email protected]> * Committed on behalf of Patrick Ohly <[email protected]> Index: storage/Makefile.am =================================================================== RCS file: /cvs/gnome/evolution-exchange/storage/Makefile.am,v retrieving revision 1.28 diff -u -r1.28 Makefile.am --- storage/Makefile.am 14 Jan 2006 09:47:25 -0000 1.28 +++ storage/Makefile.am 23 May 2006 08:09:15 -0000 @@ -20,7 +20,7 @@ evolution-exchange-storage noinst_PROGRAMS = \ - ximian-connector-setup \ + exchange-connector-setup \ migr-test evolution_exchange_storage_SOURCES = \ @@ -48,20 +48,20 @@ $(LIBEXCHANGE_LIBS) -ximian_connector_setup_SOURCES = \ +exchange_connector_setup_SOURCES = \ ximian-connector-setup.c \ exchange-config-listener.c \ exchange-config-listener.h \ exchange-autoconfig-wizard.c -ximian_connector_setup_LDADD = \ +exchange_connector_setup_LDADD = \ $(LDAP_LIBS) \ $(EXCHANGE_STORAGE_LIBS) \ $(LIBEXCHANGE_LIBS) -install-exec-local: ximian-connector-setup +install-exec-local: exchange-connector-setup $(mkinstalldirs) $(DESTDIR)$(bindir) - $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ximian-connector-setup $(DESTDIR)$(bindir)/ximian-connector-setup-$(BASE_VERSION) + $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) exchange-connector-setup $(DESTDIR)$(bindir)/exchange-connector-setup-$(BASE_VERSION) migr_test_SOURCES = \ migr-test.c \