From a8451f58dfe6d9bb33d782008d9fb45d7f316521 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 20 Nov 2006 22:19:40 +0000 Subject: [PATCH] ssh2_sample now gets the right include path to the current include directory --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1c3e151..b955f8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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