summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2014-12-21 18:49:47 -0800
committerAliaksey Kandratsenka <alk@tut.by>2014-12-21 18:49:47 -0800
commit4ace8dbbe2e04da1029a539c72b90dee1724c33f (patch)
treef08d3226b9eb9543241ac211ff138868ba0e2da4 /Makefile.am
parentf72e37c3f99d942dd648e392abc65f294aa94fa8 (diff)
downloadgperftools-4ace8dbbe2e04da1029a539c72b90dee1724c33f.tar.gz
added subdir-objects automake options
This is suggested by automake itself regarding future-compat.
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d163435..b45176a 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@
# Make sure that when we re-make ./configure, we get the macros we need
ACLOCAL_AMFLAGS = -I m4
+AUTOMAKE_OPTIONS = subdir-objects
# This is so we can #include <gperftools/foo>
AM_CPPFLAGS = -I$(top_srcdir)/src