From 62f77b1e4bea5c1678c79c488615b7db6957c508 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 1 May 2007 20:07:08 +0000 Subject: [PATCH] Fix building out of the source tree. --- example/simple/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/simple/Makefile.am b/example/simple/Makefile.am index 5826b23..254e41f 100644 --- a/example/simple/Makefile.am +++ b/example/simple/Makefile.am @@ -9,7 +9,7 @@ noinst_PROGRAMS = ssh2 \ sftp_RW_nonblock \ sftpdir sftpdir_nonblock -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src LDADD = $(top_builddir)/src/libssh2.la ssh2_SOURCES = ssh2.c