diff --git a/include/Makefile.am b/include/Makefile.am deleted file mode 100644 index 8997b4d6..00000000 --- a/include/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = libssh diff --git a/include/libssh/Makefile.am b/include/libssh/Makefile.am deleted file mode 100644 index a56bd5ac..00000000 --- a/include/libssh/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -libsshdir = $(includedir)/libssh -libssh_HEADERS = crypto.h libssh.h priv.h server.h sftp.h ssh1.h ssh2.h -nodist_libssh_HEADERS = config.h - -config.h: - $(LN_S) $(top_builddir)/config.h ./config.h - -DISTCLEANFILES = config.h diff --git a/libssh/Makefile.am b/libssh/Makefile.am deleted file mode 100644 index db766ee7..00000000 --- a/libssh/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -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)