[dconf/wip/reorg] Update the editor and cli to use the new soname



commit 77d9ae4b75e6811470ddbb577f25acb03f3b1506
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Jul 10 14:16:03 2012 -0400

    Update the editor and cli to use the new soname
    
    And fit the .gitignore over the same issue, as well.

 bin/Makefile.am    |    2 +-
 client/.gitignore  |    4 ++--
 editor/Makefile.am |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bin/Makefile.am b/bin/Makefile.am
index d246cdd..0501bfa 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -11,7 +11,7 @@ dconf_CFLAGS = \
 	-w
 
 dconf_LDADD = \
-	../client/libdconf.so.0		\
+	../client/libdconf.so.1		\
 	$(gio_LIBS)
 
 dconf_SOURCES = \
diff --git a/client/.gitignore b/client/.gitignore
index f06d32b..d0f3ebb 100644
--- a/client/.gitignore
+++ b/client/.gitignore
@@ -1,4 +1,4 @@
 libdconf.so
-libdconf.so.0
-libdconf.so.0.0.0
+libdconf.so.1
+libdconf.so.1.0.0
 libdconf-client.a
diff --git a/editor/Makefile.am b/editor/Makefile.am
index 77df146..eb668e7 100644
--- a/editor/Makefile.am
+++ b/editor/Makefile.am
@@ -7,7 +7,7 @@ bin_PROGRAMS = dconf-editor
 dconf_editor_VALAFLAGS = --vapidir ../client --pkg gtk+-3.0 --pkg gmodule-2.0 --pkg libxml-2.0 --pkg dconf
 
 dconf_editor_LDADD = \
-	../client/libdconf.so.0		\
+	../client/libdconf.so.1		\
 	$(gtk_LIBS)			\
 	$(gee_LIBS)			\
 	$(gmodule_LIBS)			\



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