2007-02-02 16:21:20 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign nostdinc
|
2009-12-19 10:54:45 +01:00
|
|
|
|
|
|
|
# samples
|
2009-12-24 00:27:35 +01:00
|
|
|
noinst_PROGRAMS = direct_tcpip ssh2 \
|
2009-12-19 10:54:45 +01:00
|
|
|
scp scp_nonblock \
|
|
|
|
scp_write scp_write_nonblock \
|
|
|
|
sftp sftp_nonblock \
|
|
|
|
sftp_write sftp_write_nonblock \
|
|
|
|
sftp_mkdir sftp_mkdir_nonblock \
|
|
|
|
sftp_RW_nonblock \
|
2009-12-20 06:06:55 +09:00
|
|
|
sftpdir sftpdir_nonblock ssh2_exec ssh2_agent
|
2009-12-19 10:54:45 +01:00
|
|
|
|
|
|
|
# the examples need the $(top_builddir)/src since when building outside of the
|
|
|
|
# source dir they still need to reach the libssh2_config.h header
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/src
|
|
|
|
LDADD = $(top_builddir)/src/libssh2.la
|