[ekiga/ds-gsettings] GSettings: Keep compiling GConf instead of GSettings.



commit 45af1c9348267b80da40964e4bf5b44a5165fb02
Author: Damien Sandras <dsandras beip be>
Date:   Sun Apr 7 17:47:01 2013 +0200

    GSettings: Keep compiling GConf instead of GSettings.
    
    It is probably useless to write a GSettings GmConf back-end. Let's move
    things part by part.

 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d7dfe97..4954c00 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -116,7 +116,7 @@ libekiga_la_SOURCES += \
        $(top_srcdir)/lib/gmconf/gmconf-upgrade.c
 
 if HAVE_GCONF
-libekiga_la_SOURCES += $(top_srcdir)/lib/gmconf/gmconf-gsettings.c
+libekiga_la_SOURCES += $(top_srcdir)/lib/gmconf/gmconf-gconf.c
 libekiga_la_LDFLAGS += $(GCONF_LIBS)
 else
 libekiga_la_SOURCES += $(top_srcdir)/lib/gmconf/gmconf-glib.c


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