1
1

ssh2_sample now gets the right include path to the current include directory

Этот коммит содержится в:
Daniel Stenberg 2006-11-20 22:19:40 +00:00
родитель 1dbe8ff365
Коммит a8451f58df

Просмотреть файл

@ -8,6 +8,8 @@ include_HEADERS = include/libssh2.h include/libssh2_publickey.h \
# and a sample tool
noinst_PROGRAMS = ssh2_sample
INCLUDES = -I$(top_srcdir)/include
ssh2_sample_SOURCES = ssh2_sample.c
ssh2_sample_LDADD = src/libssh2.la