aboutsummaryrefslogtreecommitdiff
path: root/libssh/Makefile.am
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-11-02 23:46:55 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-11-02 23:46:55 +0000
commit90bb81f7b0a729f0508c02586b3d609950d24f2c (patch)
treecbf73ae7d9de2dbfd3a4ff53238f8b15d6edd53f /libssh/Makefile.am
parent0e8cf3b0828c88aa7467192b39e7ab9276d054b3 (diff)
downloadlibssh-90bb81f7b0a729f0508c02586b3d609950d24f2c.tar.gz
libssh-90bb81f7b0a729f0508c02586b3d609950d24f2c.tar.xz
libssh-90bb81f7b0a729f0508c02586b3d609950d24f2c.zip
added a file from openssh needed for known host parsing
added the BSD license in the tree to fulfill the license. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@186 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 a98fb01b..bc71495a 100644
--- a/libssh/Makefile.am
+++ b/libssh/Makefile.am
@@ -7,7 +7,7 @@ libssh_la_SOURCES = auth1.c auth.c base64.c buffer.c \
keys.c messages.c misc.c options.c \
packet.c server.c session.c sftp.c \
sftpserver.c string.c wrapper.c \
- socket.c log.c
+ socket.c log.c match.c
libssh_la_CPPFLAGS = -I$(top_srcdir)/include