summaryrefslogtreecommitdiff
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-08-25 08:14:32 -0500
committerStef Walter <stef@memberwebs.com>2010-08-25 08:14:32 -0500
commit9ea8cbd7a7cfee35c723c7a0b24b9b252389a5aa (patch)
treefcdad795b71d914ef5d806f0f90edb2211541e34 /daemon/Makefile.am
parenta9c7f91915decb9a1c326ae09f4ac64bd462d8b2 (diff)
downloadgnome-keyring-9ea8cbd7a7cfee35c723c7a0b24b9b252389a5aa.tar.gz
Port gnome-keyring to new gck library.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 757e9d12..6634d2cc 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -43,7 +43,7 @@ gnome_keyring_daemon_LDADD = \
$(top_builddir)/pkcs11/ssh-store/libgkm-ssh-store.la \
$(top_builddir)/pkcs11/user-store/libgkm-user-store.la \
$(top_builddir)/pkcs11/gkm/libgkm.la \
- $(top_builddir)/gp11/libgp11.la \
+ $(top_builddir)/gck/libgck.la \
$(top_builddir)/egg/libegg-dbus.la \
$(DAEMON_LIBS) \
$(GOBJECT_LIBS) \