From: David Goulet Date: Tue, 27 May 2014 14:55:42 +0000 (-0400) Subject: Fix: out of tree build X-Git-Tag: v2.5.0-rc1~8 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=aa3acc4e196b83d981d11f508a7fffb99b6d5722 Fix: out of tree build Reported-by: Daniel Olivier Signed-off-by: David Goulet --- diff --git a/include/Makefile.am b/include/Makefile.am index 9d00bee4e..cbd8861fc 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,7 +9,7 @@ version.h: ## the locations of the version.h and version.h.tmpl files ## @echo -n "Generating version.h ... " - @(version_h_tmpl="$(top_builddir)/include/version.h.tmpl"; \ + @(version_h_tmpl="$(top_srcdir)/include/version.h.tmpl"; \ if [ -f "$${version_h_tmpl}" ]; then \ version_h="$(top_builddir)/include/version.h"; \ ##