From f588dc4a026c53004abb33bbf869030b4bee6f18 Mon Sep 17 00:00:00 2001 From: Tudor Bosman Date: Thu, 10 Nov 2016 12:40:38 -0800 Subject: [PATCH] Add include files necessary to use symbolizer Summary: Some include files are not installed, causing including symbolizer/Symbolizer.h to fail. Closes https://github.com/facebook/folly/pull/512 Reviewed By: philippv Differential Revision: D4161113 Pulled By: luciang fbshipit-source-id: 5a5f8577f8d84ba33f89073781d374b99ba37df6 --- folly/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/folly/Makefile.am b/folly/Makefile.am index c325fe9b..ef8500ab 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -123,11 +123,12 @@ nobase_follyinclude_HEADERS = \ experimental/ProgramOptions.h \ experimental/ReadMostlySharedPtr.h \ experimental/symbolizer/Elf.h \ + experimental/symbolizer/Elf-inl.h \ experimental/symbolizer/ElfCache.h \ experimental/symbolizer/Dwarf.h \ experimental/symbolizer/LineReader.h \ experimental/symbolizer/SignalHandler.h \ - experimental/symbolizer/StackTrace.cpp \ + experimental/symbolizer/StackTrace.h \ experimental/symbolizer/Symbolizer.h \ experimental/Select64.h \ experimental/StringKeyedCommon.h \ @@ -315,6 +316,7 @@ nobase_follyinclude_HEADERS = \ Random-inl.h \ Range.h \ RWSpinLock.h \ + SafeAssert.h \ ScopeGuard.h \ SharedMutex.h \ Shell.h \ -- 2.34.1