/
niceSOFT
/
libssh2
Обзор
Документация
Войти
/
niceSOFT
/
libssh2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
libssh2-1.2
example/simple/Makefile.am
16 строк
542 B
Daniel Stenberg
Added ssh2_exec as a new example, showing how to run a command remotely with
05 май 2009, 16:27
05 май 2009, 16:27
755e213
Код
Авторство
О чём код?
AUTOMAKE_OPTIONS = foreign nostdinc # samples noinst_PROGRAMS = 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 \ sftpdir sftpdir_nonblock ssh2_exec # 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