[evolution-couchdb] Fixed .server file to use shlib instead of exe



commit e05ae7da95bddce9b413f91b44ccadfd5d1f0939
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Wed Jun 17 11:09:41 2009 +0200

    Fixed .server file to use shlib instead of exe

 addressbook/GNOME_Evolution_CouchDB.server.in |    5 ++++-
 addressbook/Makefile.am                       |    4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/GNOME_Evolution_CouchDB.server.in b/addressbook/GNOME_Evolution_CouchDB.server.in
index 75e1638..70dcfd2 100644
--- a/addressbook/GNOME_Evolution_CouchDB.server.in
+++ b/addressbook/GNOME_Evolution_CouchDB.server.in
@@ -1,7 +1,7 @@
 <oaf_info>
 
 <oaf_server iid="OAFIID:GNOME_Evolution_CouchDB_BookFactory:@EDS_API_VERSION@"
-            type="exe"
+            type="shlib"
             location="@EDS_EXTENSION_DIR@/libebookcouchdb.so">
 
 	<oaf_attribute name="repo_ids" type="stringv">
@@ -11,6 +11,9 @@
 
 	<oaf_attribute name="name" type="string"
                        _value="Evolution Addressbook CouchDB backend"/>
+	<oaf_attribute name="addressbook:supported_protocols" type="stringv">
+                <item value="couchdb"/>
+        </oaf_attribute>
 </oaf_server>
 
 </oaf_info>
diff --git a/addressbook/Makefile.am b/addressbook/Makefile.am
index 2b4c54a..be348c0 100644
--- a/addressbook/Makefile.am
+++ b/addressbook/Makefile.am
@@ -20,4 +20,6 @@ server_DATA = GNOME_Evolution_CouchDB_$(EDS_API_VERSION).server
 GNOME_Evolution_CouchDB_$(EDS_API_VERSION).server: GNOME_Evolution_CouchDB.server.in
 	cp GNOME_Evolution_CouchDB.server.in $@
 
-EXTRA_DIST = GNOME_Evolution_CouchDB.server.in
\ No newline at end of file
+EXTRA_DIST = GNOME_Evolution_CouchDB.server.in
+
+CLEANFILES = GNOME_Evolution_CouchDB_$(EDS_API_VERSION).server
\ No newline at end of file



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