Add missing files to Makefile headers
authorYasser Ganjisaffar <yasserg@fb.com>
Mon, 11 Nov 2013 18:03:16 +0000 (10:03 -0800)
committerSara Golemon <sgolemon@fb.com>
Wed, 13 Nov 2013 22:04:01 +0000 (14:04 -0800)
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

index 9d1149f7d07707f4b1bcbf8d1a33f1e9608f13bb..0f423202cc030876ccd71fc3ad86f026834c3bd1 100644 (file)
@@ -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 \