Commit be0d65cb authored by Dave Watson's avatar Dave Watson Committed by Facebook Github Bot

fix oss build

Summary: D9197722 added new files, but did not add them to makefile.am

Reviewed By: AjanthanAsogamoorthy

Differential Revision: D9361032

fbshipit-source-id: f398619424969594bb9af9b76d475cb23d1a97e5
parent 9e2cb3ff
......@@ -452,6 +452,7 @@ nobase_follyinclude_HEADERS = \
stats/detail/BufferedStat.h \
stats/detail/DigestBuilder-defs.h \
stats/detail/DigestBuilder.h \
stats/detail/DoubleRadixSort.h \
stats/detail/SlidingWindow-defs.h \
stats/detail/SlidingWindow.h \
stats/BucketedTimeSeries-defs.h \
......@@ -690,6 +691,7 @@ libfolly_la_SOURCES = \
stats/QuantileEstimator.cpp \
stats/TDigest.cpp \
stats/TimeseriesHistogram.cpp \
stats/detail/DoubleRadixSort.cpp \
synchronization/AsymmetricMemoryBarrier.cpp \
synchronization/Hazptr.cpp \
synchronization/LifoSem.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment