aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cff83f7..b9b2517 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