mirror of
https://github.com/gperftools/gperftools
synced 2024-12-22 23:32:18 +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.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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user