added subdir-objects automake options

This is suggested by automake itself regarding future-compat.
This commit is contained in:
Aliaksey Kandratsenka 2014-12-21 18:49:47 -08:00
parent f72e37c3f9
commit 4ace8dbbe2
2 changed files with 9 additions and 0 deletions

8
.gitignore vendored
View File

@ -95,11 +95,19 @@
/sampling_test
/sampling_test.sh
/simple_compat_test
/src/.deps
/src/.dirstamp
/src/base/.deps
/src/base/.dirstamp
/src/config.h
/src/config.h.in
/src/gperftools/tcmalloc.h
/src/stamp-h1
/src/stamp-h1
/src/tests/.deps
/src/tests/.dirstamp
/src/windows/.deps
/src/windows/.dirstamp
/stack_trace_table_test
/stack_trace_table_test.exe
/stacktrace_unittest

View File

@ -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