Re: Patch to fix #341803
"nancy.cai" <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1148286043.5030.0.camel@sports> |
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
rename_ximian_060522.diff
(text/x-patch, 1.3 KB)
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 22 May 2006 05:38:23 -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 \