From d97ba9db3ab6aea2c7e136f5ed04da137e67da53 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Thu, 28 Mar 2013 08:09:14 +0100 Subject: [PATCH] Enable out-of-source build --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 378d4d3..4f18f34 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -41,7 +41,8 @@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DLIBEXECDIR=\""$(libexecdir)"\" \ - -I${top_srcdir}/src + -I${top_srcdir}/src \ + -I${top_builddir}/src AM_CFLAGS = ${my_CFLAGS} -- libgit2 0.21.4