aboutsummaryrefslogtreecommitdiff
path: root/helper
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 /helper
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 'helper')
-rw-r--r--helper/m4/configure.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/helper/m4/configure.m4 b/helper/m4/configure.m4
index 562bfc6ef..5f6ae0008 100644
--- a/helper/m4/configure.m4
+++ b/helper/m4/configure.m4
@@ -15,6 +15,5 @@ AC_ARG_ENABLE([helper-linux],
[helper_linux=$enableval],
[helper_linux=yes])
-AC_CONFIG_FILES([helper/Makefile
- helper/libodphelper.pc
+AC_CONFIG_FILES([helper/libodphelper.pc
helper/test/Makefile])