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

This commit is contained in:
Daniel Stenberg 2006-11-20 22:19:40 +00:00
parent 1dbe8ff365
commit a8451f58df

View File

@ -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