aboutsummaryrefslogtreecommitdiff
path: root/libssh/Makefile.am
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-02-02 14:41:44 +0000
committerAndreas Schneider <mail@cynapses.org>2009-02-02 14:41:44 +0000
commit70aa33c041b88573b32d67d0153c6472ce41ea8b (patch)
treed6f7d17110e3b5994ec3fcdf9218c080827220c4 /libssh/Makefile.am
parent944084964a424584efa1f3e46c8efb731e58023f (diff)
downloadlibssh-70aa33c041b88573b32d67d0153c6472ce41ea8b.tar.gz
libssh-70aa33c041b88573b32d67d0153c6472ce41ea8b.tar.xz
libssh-70aa33c041b88573b32d67d0153c6472ce41ea8b.zip
Start with ssh agent implementation.
This is work in progress. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@200 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/Makefile.am')
-rw-r--r--libssh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/Makefile.am b/libssh/Makefile.am
index bc71495a..db766ee7 100644
--- a/libssh/Makefile.am
+++ b/libssh/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libssh.la
-libssh_la_SOURCES = auth1.c auth.c base64.c buffer.c \
+libssh_la_SOURCES = agent.c auth1.c auth.c base64.c buffer.c \
channels1.c channels.c client.c connect.c \
crc32.c crypt.c dh.c error.c gcrypt_missing.c \
gzip.c init.c kex.c keyfiles.c \