aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-08-15 23:37:22 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-08-25 16:00:23 +0300
commitc835e02fc287286d86377a9eb8937f8711a7d3cf (patch)
treef2e03e131c0e9282ff9613167d7bc81ff8737a9c /Makefile.am
parent820571cc1332e06191c7a75c28eb5d908561a533 (diff)
automake: move foreign Automake option to configure.ac
Instead of specifying foreign Automake option on a per-dir bases, move that option to toplevel configure.ac, making it global at the same time. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 76ceb851e..e1ea07d55 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,4 @@
ACLOCAL_AMFLAGS=-I m4
-AUTOMAKE_OPTIONS = foreign
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-test-cpp \
--enable-test-example \
--enable-test-helper \