From 4962ea0c6f0214969efcd24eca1ca043a2040475 Mon Sep 17 00:00:00 2001 From: Yasser Ganjisaffar Date: Mon, 11 Nov 2013 10:03:16 -0800 Subject: [PATCH] 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 --- folly/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.34.1