File: Makefile.am

package info (click to toggle)
libssh2 1.4.3-4.1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 4,148 kB
  • ctags: 2,450
  • sloc: ansic: 22,406; sh: 11,469; makefile: 328; awk: 23
file content (17 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AUTOMAKE_OPTIONS = foreign nostdinc

EXTRA_DIST = libssh2_config.h.in

# samples
noinst_PROGRAMS = direct_tcpip ssh2 scp scp_nonblock scp_write		\
 scp_write_nonblock sftp sftp_nonblock sftp_write sftp_write_nonblock	\
 sftp_mkdir sftp_mkdir_nonblock sftp_RW_nonblock sftp_write_sliding	\
 sftpdir sftpdir_nonblock ssh2_exec ssh2_agent ssh2_echo sftp_append	\
 subsystem_netconf tcpip-forward

if HAVE_SYS_UN_H
noinst_PROGRAMS += x11
endif

AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/example
LDADD = $(top_builddir)/src/libssh2.la