From: Andrew Gallagher Date: Tue, 25 Feb 2014 22:18:00 +0000 (-0800) Subject: folly: install missing headers from Makefile.am X-Git-Tag: v0.22.0~677 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=788c68233cf985a47aa8fb74c018a1f5d65217ca;p=folly.git 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 --- 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 \