X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FMakefile.am;h=dafdd730431ec21d6abd08dd6d17d7c6941b0612;hp=f2b89b7e7de4dc6fc12536beb7dfaaea3b8c0033;hb=2ee091de375639937677453f8f2742f22d3334d4;hpb=cbd3e7fb74200100ffadf0fee2a9ab5c490f4051 diff --git a/folly/Makefile.am b/folly/Makefile.am index f2b89b7e..dafdd730 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -312,6 +312,7 @@ nobase_follyinclude_HEADERS = \ io/async/test/UndelayedDestruction.h \ io/async/test/Util.h \ json.h \ + lang/Assume.h \ Launder.h \ Lazy.h \ LifoSem.h \ @@ -486,7 +487,6 @@ libfollybase_la_SOURCES = \ Unicode.cpp libfolly_la_SOURCES = \ - Assume.cpp \ ClockGettimeWrappers.cpp \ compression/Compression.cpp \ compression/Zlib.cpp \ @@ -560,6 +560,7 @@ libfolly_la_SOURCES = \ io/async/ssl/OpenSSLUtils.cpp \ io/async/ssl/SSLErrors.cpp \ json.cpp \ + lang/Assume.cpp \ detail/MemoryIdler.cpp \ detail/SocketFastOpen.cpp \ MacAddress.cpp \