Re: [evolution-patches] Patch to fix #341803



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
> > Evolution-patches gnome org
> > http://mail.gnome.org/mailman/listinfo/evolution-patches
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-patches
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  <nancy cai sun com>
+
+	Fix #341803
+	* storage/Makefile.am:replace "ximian-connector-setup" by
+	"exchange-connector-setup"
+
 2006-05-12  Sankar P  <psankar novell com>
 
 	* Committed on behalf of Patrick Ohly <patrick ohly intel com> 
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						\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]