From c63a212559c6dec374237d59e19f1da90e1ed7d8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 20 Nov 2006 22:21:01 +0000 Subject: [PATCH] Add builddir/src to the include path, for the generated config header when building out of the source tree. --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index c04b669..8671301 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,7 +8,10 @@ EXTRA_DIST = libssh2_config.h.in lib_LTLIBRARIES = libssh2.la -INCLUDES = -I$(top_srcdir)/include +# srcdir/include for the shipped headers +# builddir/src for the generated config header when building out of the source +# tree +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src VERSION=-version-info 0:0:0