Makefile.am 616 B

1234567891011121314151617
  1. AUTOMAKE_OPTIONS = foreign nostdinc
  2. EXTRA_DIST = libssh2_config.h.in libssh2_config_cmake.h.in CMakeLists.txt
  3. # samples
  4. noinst_PROGRAMS = direct_tcpip ssh2 scp scp_nonblock scp_write \
  5. scp_write_nonblock sftp sftp_nonblock sftp_write sftp_write_nonblock \
  6. sftp_mkdir sftp_mkdir_nonblock sftp_RW_nonblock sftp_write_sliding \
  7. sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_agent_forwarding \
  8. ssh2_echo sftp_append subsystem_netconf tcpip-forward
  9. if HAVE_SYS_UN_H
  10. noinst_PROGRAMS += x11
  11. endif
  12. AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/example -I../src
  13. LDADD = $(top_builddir)/src/libssh2.la