aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2019-05-09 12:57:06 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2019-05-09 16:41:30 +0300
commit9b88cb5e7f31a9377dcbebfba2e081e2e4f181cd (patch)
tree6094eadf954118683eb8e6b168808d29d3a12ef7 /configure.ac
parent55aa86ea0804385395b16f990956e11660c0d8ab (diff)
helper: fix out-of-tree build
Fix out-of-tree build issue introduced by addition of the new version.h file. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Stanislaw Kardach <skardach@marvell.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b20fcc28..4cd00cc5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -378,7 +378,8 @@ AC_CONFIG_FILES([include/Makefile
include/odp/api/spec/version.h
include/odp/api/spec/deprecated.h])
-AC_CONFIG_FILES([helper/include/odp/helper/version.h])
+AC_CONFIG_FILES([helper/Makefile
+ helper/include/odp/helper/version.h])
##########################################################################
# distribute the changed variables among the Makefiles