[evolution-exchange/gnome-2-28] Fixes the addressbook loading failures



commit b680cffb63debb554e1ff9a93838b4b144a25a54
Author: Bharath Acharya <abharath novell com>
Date:   Tue Aug 18 10:30:43 2009 +0530

    Fixes the addressbook loading failures
    
    The BASE_VERSION and the API_VERSION were not replaced in the
    generated .server file because of additional spacing.

 storage/Makefile.am |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/storage/Makefile.am b/storage/Makefile.am
index 20f3cd9..40cdfd4 100644
--- a/storage/Makefile.am
+++ b/storage/Makefile.am
@@ -90,12 +90,12 @@ CONNECTOR_PATH_IN_SERVER_FILE=${EVOLUTION_privlibexecdir}
 endif
 
 %_$(BASE_VERSION).server.in: %.server.in.in
-	sed -e "s; \ CONNECTOR_PATH \@;${CONNECTOR_PATH_IN_SERVER_FILE};g" \
-	    -e "s; \ IMAGESDIR \@;${imagesdir};g" \
-	    -e "s; \ BASE_VERSION \@;${BASE_VERSION};g" \
-	    -e "s; \ EXEEXT \@;${EXEEXT};g" \
-	    -e "s; \ API_VERSION \@;${API_VERSION};g" \
-	    -e "s; \ EDS_BASE_VERSION \@;${EDS_BASE_VERSION};g" \
+	sed -e "s;\ CONNECTOR_PATH\@;${CONNECTOR_PATH_IN_SERVER_FILE};g" \
+	    -e "s;\ IMAGESDIR\@;${imagesdir};g" \
+	    -e "s;\ BASE_VERSION\@;${BASE_VERSION};g" \
+	    -e "s;\ EXEEXT\@;${EXEEXT};g" \
+	    -e "s;\ API_VERSION\@;${API_VERSION};g" \
+	    -e "s;\ EDS_BASE_VERSION\@;${EDS_BASE_VERSION};g" \
 	    < $< > $@
 
 @INTLTOOL_SERVER_RULE@



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