Fix build
authorPavlo Kushnir <pavlo@fb.com>
Sun, 4 Oct 2015 02:40:46 +0000 (19:40 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Sun, 4 Oct 2015 03:20:17 +0000 (20:20 -0700)
Summary: title

Reviewed By: @yfeldblum

Differential Revision: D2506703

folly/Makefile.am

index 5f4eef08b012cca4a7732d12f0e9d4562127b728..4d5ac131ddad1576909b9e8ea78501609ae581cf 100644 (file)
@@ -58,6 +58,8 @@ nobase_follyinclude_HEADERS = \
        detail/Malloc.h \
        detail/MemoryIdler.h \
        detail/MPMCPipelineDetail.h \
+       detail/RangeCommon.h \
+       detail/RangeSse42.h \
        detail/Sleeper.h \
        detail/SlowFingerprint.h \
        detail/SpinLockImpl.h \
@@ -247,8 +249,6 @@ nobase_follyinclude_HEADERS = \
        Random.h \
        Random-inl.h \
        Range.h \
-       RangeCommon.h \
-       RangeSse42.h \
        ReadMostlySharedPtr.h \
        RWSpinLock.h \
        ScopeGuard.h \
@@ -305,12 +305,12 @@ CLEANFILES += GroupVarintTables.cpp
 libfollybase_la_SOURCES = \
        Conv.cpp \
        Demangle.cpp \
+       detail/RangeCommon.cpp \
+       detail/RangeSse42.cpp \
        EscapeTables.cpp \
        Format.cpp \
        FormatTables.cpp \
        Malloc.cpp \
-       RangeCommon.cpp \
-       RangeSse42.cpp \
        StringBase.cpp \
        String.cpp \
        Unicode.cpp