From 077dd81fcc9453613de18c6d037ef61f3a8e161c Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 4 Mar 2008 00:44:02 +0000 Subject: added the socket class and created wrappers git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@137 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libssh/Makefile.am') diff --git a/libssh/Makefile.am b/libssh/Makefile.am index 3804ac76..50367a4e 100644 --- a/libssh/Makefile.am +++ b/libssh/Makefile.am @@ -6,7 +6,8 @@ libssh_la_SOURCES = auth1.c auth.c base64.c buffer.c \ gzip.c init.c kex.c keyfiles.c \ keys.c messages.c misc.c options.c \ packet.c server.c session.c sftp.c \ - sftpserver.c string.c wrapper.c + sftpserver.c string.c wrapper.c \ + socket.c libssh_la_CPPFLAGS = -I$(top_srcdir)/include -- cgit v1.2.3