From faea1cac85ac3b0fd6a983e1c0adeb68e115e06c Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Wed, 28 Nov 2012 16:10:28 +0000 Subject: Fix build when srcdir != builddir When ./configure'd in a directory other than the srcdir, we need to look in ${top_builddir)/src for the generated header fcstdint.h Signed-off-by: Jon TURNEY --- fc-case/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc-case') diff --git a/fc-case/Makefile.am b/fc-case/Makefile.am index ad5dc74b..69148246 100644 --- a/fc-case/Makefile.am +++ b/fc-case/Makefile.am @@ -23,7 +23,7 @@ # PERFORMANCE OF THIS SOFTWARE. # -INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(WARN_CFLAGS) +INCLUDES=-I${top_builddir}/src -I${top_srcdir}/src -I${top_srcdir} $(WARN_CFLAGS) TMPL=fccase.tmpl.h STMPL=${top_srcdir}/fc-case/${TMPL} -- cgit v1.2.3