aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-06-03 10:28:47 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-04 11:58:00 +0300
commit484c20cd75fbbb22c2e9c82241aec90ce517feb2 (patch)
treef5cb5060854407802ae57687c3d90a4836b71256
parent1c036462f4303398ef8b188e724e6d06dba60143 (diff)
scripts: add dist dependency to git_hash.sh
This forces automake to also copy the git_hash.sh script when running make distcheck Address bug https://bugs.linaro.org/show_bug.cgi?id=1603 Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--scripts/Makefile.am1
3 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cff83f79a..b9b251704 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS=-I m4
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = doc platform example test helper
+SUBDIRS = doc platform example test helper scripts
include $(top_srcdir)/aminclude.am
diff --git a/configure.ac b/configure.ac
index 59e905795..89b084621 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,6 +296,7 @@ AC_CONFIG_FILES([Makefile
pkgconfig/libodp.pc
platform/Makefile
platform/linux-generic/Makefile
+ scripts/Makefile
test/Makefile
test/api_test/Makefile
test/performance/Makefile
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
new file mode 100644
index 000000000..27ec6abf4
--- /dev/null
+++ b/scripts/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = git_hash.sh