From 788c68233cf985a47aa8fb74c018a1f5d65217ca Mon Sep 17 00:00:00 2001 From: Andrew Gallagher Date: Tue, 25 Feb 2014 14:18:00 -0800 Subject: [PATCH] folly: install missing headers from Makefile.am Test Plan: Built folly on ubuntu 13.04 and 13.10 Reviewed By: davejwatson@fb.com FB internal diff: D1190155 --- folly/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index c89c16b1..fb4220eb 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -39,6 +39,8 @@ nobase_follyinclude_HEADERS = \ detail/BitIteratorDetail.h \ detail/BitsDetail.h \ detail/CacheLocality.h \ + detail/ChecksumDetail.h \ + detail/Clock.h \ detail/DiscriminatedPtrDetail.h \ detail/FileUtilDetail.h \ detail/FingerprintPolynomial.h \ @@ -51,6 +53,7 @@ nobase_follyinclude_HEADERS = \ detail/SlowFingerprint.h \ detail/Stats.h \ detail/ThreadLocalDetail.h \ + detail/UncaughtExceptionCounter.h \ DiscriminatedPtr.h \ DynamicConverter.h \ dynamic.h \ @@ -61,6 +64,7 @@ nobase_follyinclude_HEADERS = \ FileUtil.h \ Fingerprint.h \ folly-config.h \ + Exception.h \ Foreach.h \ FormatArg.h \ Format.h \ -- 2.34.1