summaryrefslogtreecommitdiff
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-01-03 19:31:48 +0000
committerStef Walter <stef@memberwebs.com>2010-01-03 20:56:58 +0000
commita68cf761f9fa2af1a692ca75dbf0ad4b048fafca (patch)
tree132b0763e82f281dce3ac372e15a4ad261667ffb /daemon/Makefile.am
parent2a00634309d8dc6aa5afcff8dc0bb001da13982e (diff)
downloadgnome-keyring-a68cf761f9fa2af1a692ca75dbf0ad4b048fafca.tar.gz
[ssh-agent] Move into daemon component, rather than pkcs11.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 1958193e..be96523a 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -2,6 +2,7 @@ SUBDIRS = \
prompt \
login \
control \
+ ssh-agent \
pkcs11 \
dbus \
data
@@ -33,11 +34,11 @@ gnome_keyring_daemon_LDADD = \
$(top_builddir)/daemon/login/libgkd-login.la \
$(top_builddir)/daemon/control/libgkd-control.la \
$(top_builddir)/daemon/prompt/libgkd-prompt.la \
+ $(top_builddir)/daemon/ssh-agent/libgkd-ssh-agent.la \
$(top_builddir)/pkcs11/plex-layer/libgck-plex-layer.la \
$(top_builddir)/pkcs11/roots-store/libgck-roots-store.la \
$(top_builddir)/pkcs11/rpc-layer/libgck-rpc-layer.la \
$(top_builddir)/pkcs11/secret-store/libgck-secret-store.la \
- $(top_builddir)/pkcs11/ssh-agent/libgck-ssh-agent.la \
$(top_builddir)/pkcs11/ssh-store/libgck-ssh-store.la \
$(top_builddir)/pkcs11/user-store/libgck-user-store.la \
$(top_builddir)/pkcs11/gck/libgck.la \