2006-11-20 08:58:29 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign nostdinc
|
|
|
|
|
2007-01-09 09:49:15 +00:00
|
|
|
SUBDIRS = src tests
|
2006-11-20 08:58:29 +00:00
|
|
|
|
|
|
|
include_HEADERS = include/libssh2.h include/libssh2_publickey.h \
|
|
|
|
include/libssh2_sftp.h
|
|
|
|
|
|
|
|
# and a sample tool
|
|
|
|
noinst_PROGRAMS = ssh2_sample
|
|
|
|
|
2006-11-20 22:19:40 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
|
|
|
2006-11-20 08:58:29 +00:00
|
|
|
ssh2_sample_SOURCES = ssh2_sample.c
|
|
|
|
|
|
|
|
ssh2_sample_LDADD = src/libssh2.la
|
|
|
|
|
|
|
|
EXTRA_DIST = LICENSE win32
|
2006-12-07 15:53:01 +00:00
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|