mirror of
https://github.com/gperftools/gperftools
synced 2024-12-31 19:52:02 +00:00
added subdir-objects automake options
This is suggested by automake itself regarding future-compat.
This commit is contained in:
parent
f72e37c3f9
commit
4ace8dbbe2
8
.gitignore
vendored
8
.gitignore
vendored
@ -95,11 +95,19 @@
|
|||||||
/sampling_test
|
/sampling_test
|
||||||
/sampling_test.sh
|
/sampling_test.sh
|
||||||
/simple_compat_test
|
/simple_compat_test
|
||||||
|
/src/.deps
|
||||||
|
/src/.dirstamp
|
||||||
|
/src/base/.deps
|
||||||
|
/src/base/.dirstamp
|
||||||
/src/config.h
|
/src/config.h
|
||||||
/src/config.h.in
|
/src/config.h.in
|
||||||
/src/gperftools/tcmalloc.h
|
/src/gperftools/tcmalloc.h
|
||||||
/src/stamp-h1
|
/src/stamp-h1
|
||||||
/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
|
||||||
/stack_trace_table_test.exe
|
/stack_trace_table_test.exe
|
||||||
/stacktrace_unittest
|
/stacktrace_unittest
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# Make sure that when we re-make ./configure, we get the macros we need
|
# Make sure that when we re-make ./configure, we get the macros we need
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
AUTOMAKE_OPTIONS = subdir-objects
|
||||||
|
|
||||||
# This is so we can #include <gperftools/foo>
|
# This is so we can #include <gperftools/foo>
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||||
|
Loading…
Reference in New Issue
Block a user