diff options
Diffstat (limited to 'libsanitizer/Makefile.am')
-rw-r--r-- | libsanitizer/Makefile.am | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/libsanitizer/Makefile.am b/libsanitizer/Makefile.am index dd0fc80..a17f7b6 100644 --- a/libsanitizer/Makefile.am +++ b/libsanitizer/Makefile.am @@ -1,13 +1,15 @@ ACLOCAL_AMFLAGS = -I .. -I ../config -if TSAN_SUPPORTED -SUBDIRS = interception sanitizer_common lsan asan tsan ubsan -else -SUBDIRS = interception sanitizer_common lsan asan ubsan +SUBDIRS = sanitizer_common +if !USING_MAC_INTERPOSE +SUBDIRS += interception endif - -if USING_MAC_INTERPOSE -SUBDIRS = sanitizer_common lsan asan ubsan +if LIBBACKTRACE_SUPPORTED +SUBDIRS += libbacktrace +endif +SUBDIRS += lsan asan ubsan +if TSAN_SUPPORTED +SUBDIRS += tsan endif ## May be used by toolexeclibdir. |