folly: install missing headers from Makefile.am
authorAndrew Gallagher <agallagher@fb.com>
Tue, 25 Feb 2014 22:18:00 +0000 (14:18 -0800)
committerDave Watson <davejwatson@fb.com>
Fri, 28 Feb 2014 22:02:39 +0000 (14:02 -0800)
Test Plan: Built folly on ubuntu 13.04 and 13.10

Reviewed By: davejwatson@fb.com

FB internal diff: D1190155

folly/Makefile.am

index c89c16b17caf7d394876eac68844b3fa5fbdb5b8..fb4220eb279b169ee5e20f1f7333b482d9210662 100644 (file)
@@ -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 \