aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-08-04 20:06:23 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-08-06 14:03:09 +0300
commit7f6daf2991a6f0994069ae2cb145ada9ec484c8f (patch)
tree87ebb195bfba4b4b5569d27b8d8eac14e18daa2c /scripts
parent3b09d8928f599c80cae0aa46be8db8ccaf5d800a (diff)
scripts: Makefile: add odp_version.sh to the tarball
bootstrap will fail when it doesn't find odp_version.sh sh: 1: ./scripts/odp_version.sh: not found configure.ac:3: error: AC_INIT should be called with package and version arguments aclocal.m4:9099: AM_INIT_AUTOMAKE is expanded from... configure.ac:3: the top level autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: '/usr/bin/autom4te' failed with exit status: 1 Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 27ec6ab..617eadc 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST = git_hash.sh
+EXTRA_DIST = git_hash.sh odp_version.sh