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



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
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						\


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