mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-05 04:40:31 +09:00
This is work in progress. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@200 7dcaeef0-15fb-0310-b436-a5af3365683c
15 lines
501 B
Makefile
15 lines
501 B
Makefile
lib_LTLIBRARIES = libssh.la
|
|
|
|
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 \
|
|
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 match.c
|
|
|
|
libssh_la_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
libssh_la_LDFLAGS = -version-info $(LIBSSH_CURRENT):$(LIBSSH_REVISION):$(LIBSSH_AGE)
|