From aa3acc4e196b83d981d11f508a7fffb99b6d5722 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 27 May 2014 10:55:42 -0400 Subject: [PATCH] Fix: out of tree build Reported-by: Daniel Olivier Signed-off-by: David Goulet --- include/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; \ ## -- 2.34.1