From: Yasser Ganjisaffar Date: Mon, 11 Nov 2013 18:03:16 +0000 (-0800) Subject: Add missing files to Makefile headers X-Git-Tag: v0.22.0~802 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4962ea0c6f0214969efcd24eca1ca043a2040475;p=folly.git Add missing files to Makefile headers Summary: This two header files are missing from the Makefile which make the open source version broken. Test Plan: code using open source version compiles Reviewed By: meyering@fb.com FB internal diff: D1050326 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 9d1149f7..0f423202 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -29,6 +29,8 @@ nobase_follyinclude_HEADERS = \ ConcurrentSkipList.h \ ConcurrentSkipList-inl.h \ Conv.h \ + CpuId.h \ + CPortability.h \ detail/AtomicHashUtils.h \ detail/BitIteratorDetail.h \ detail/BitsDetail.h \