[gnome-keyring/wip/gdbus: 6/13] egg: remove egg-dbus.[ch]



commit adc5703fe7836fb716b58d5aa5d55d93ed6cd975
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Nov 8 10:41:30 2014 -0800

    egg: remove egg-dbus.[ch]
    
    They're not used anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=622905

 daemon/Makefile.am     |    1 -
 daemon/dbus/gkd-dbus.c |    1 -
 egg/Makefile.am        |   14 +--
 egg/egg-dbus.c         |  420 ------------------------------------------------
 egg/egg-dbus.h         |   36 ----
 5 files changed, 1 insertions(+), 471 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index e9c4a18..0f8efde 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -27,7 +27,6 @@ gnome_keyring_daemon_LDADD = \
        libgkm-gnome2-store.la \
        libgkm-xdg-store.la \
        libgkm.la \
-       libegg-dbus.la \
        $(DAEMON_LIBS)
 
 service_in_files = \
diff --git a/daemon/dbus/gkd-dbus.c b/daemon/dbus/gkd-dbus.c
index a7a4a72..069bf8d 100644
--- a/daemon/dbus/gkd-dbus.c
+++ b/daemon/dbus/gkd-dbus.c
@@ -30,7 +30,6 @@
 #include "daemon/gkd-util.h"
 
 #include "egg/egg-cleanup.h"
-#include "egg/egg-dbus.h"
 
 #include <glib.h>
 #include <gio/gio.h>
diff --git a/egg/Makefile.am b/egg/Makefile.am
index 1e3bc88..3808328 100644
--- a/egg/Makefile.am
+++ b/egg/Makefile.am
@@ -4,7 +4,6 @@ noinst_LTLIBRARIES += \
        libegg-asn1x.la \
        libegg-buffer.la \
        libegg-creds.la \
-       libegg-dbus.la \
        libegg-secure.la \
        libegg-prompt.la \
        libegg-hex.la \
@@ -46,7 +45,7 @@ ASN1_FILES += \
        egg/pk.asn \
        egg/pkix.asn \
        $(NULL)
-       
+
 # --------------------------------------------------------------------
 # COMMON STUFF COMPILED INTO SMALLER COMPONENTS
 
@@ -67,17 +66,6 @@ libegg_buffer_la_SOURCES = \
 libegg_creds_la_SOURCES = \
        egg/egg-unix-credentials.c egg/egg-unix-credentials.h
 
-libegg_dbus_la_SOURCES = \
-       egg/egg-dbus.c egg/egg-dbus.h
-
-libegg_dbus_la_CFLAGS = \
-       $(DBUS_CFLAGS) \
-       $(GLIB_CFLAGS)
-
-libegg_dbus_la_LIBADD = \
-       $(DBUS_LIBS) \
-       $(GLIB_LIBS)
-
 libegg_prompt_la_SOURCES = \
        egg/egg-dh.c egg/egg-dh.h \
        egg/egg-hex.c egg/egg-hex.h \


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