[gnome-keyring] [daemon] Rename the dbus component library file.



commit a3b3c27b4ff14f2ae41056aa913644295334f617
Author: Stef Walter <stef memberwebs com>
Date:   Sat Dec 19 19:06:34 2009 +0000

    [daemon] Rename the dbus component library file.

 daemon/Makefile.am      |    2 +-
 daemon/dbus/Makefile.am |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 979715f..7ddb1f2 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -29,7 +29,7 @@ gnome_keyring_daemon_SOURCES = \
 
 gnome_keyring_daemon_LDADD = \
 	$(top_builddir)/daemon/pkcs11/libgkd-pkcs11.la \
-	$(top_builddir)/daemon/dbus/libgkr-dbus.la \
+	$(top_builddir)/daemon/dbus/libgkd-dbus.la \
 	$(top_builddir)/daemon/login/libgkd-login.la \
 	$(top_builddir)/daemon/control/libgkd-control.la \
 	$(top_builddir)/daemon/prompt/libgkd-prompt.la \
diff --git a/daemon/dbus/Makefile.am b/daemon/dbus/Makefile.am
index 6e864d4..3ec7399 100644
--- a/daemon/dbus/Makefile.am
+++ b/daemon/dbus/Makefile.am
@@ -8,9 +8,9 @@ INCLUDES = \
 	$(GOBJECT_CFLAGS) \
 	$(GLIB_CFLAGS)
 
-noinst_LTLIBRARIES = libgkr-dbus.la
+noinst_LTLIBRARIES = libgkd-dbus.la
 
-libgkr_dbus_la_SOURCES = \
+libgkd_dbus_la_SOURCES = \
 	gkd-dbus.c gkd-dbus.h \
 	gkd-dbus-environment.c \
 	gkd-dbus-private.h \
@@ -32,7 +32,7 @@ libgkr_dbus_la_SOURCES = \
 	gkd-secret-unlock.c gkd-secret-unlock.h \
 	gkd-secret-util.c gkd-secret-util.h
 
-libgkr_dbus_la_LIBADD = \
+libgkd_dbus_la_LIBADD = \
 	$(GLIB_LIBS) \
 	$(GOBJECT_LIBS)
 



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