X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=3da17a77cc06b6a9390c5fbc62e37c78f67d301c;hb=b97197908f9ffa978dd9150a621c33b4f7ba4747;hp=346ee87ac495f67538156882c4e2b5fb7608c45c;hpb=07286cf094a743a4db0b7cc68f7daf0337064d37;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index 346ee87a..3da17a77 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -71,6 +71,9 @@ nobase_follyinclude_HEADERS = \ experimental/EventCount.h \ experimental/io/FsUtil.h \ experimental/TestUtil.h \ + experimental/wangle/concurrent/Codel.h \ + experimental/wangle/ConnectionManager.h \ + experimental/wangle/ManagedConnection.h \ FBString.h \ FBVector.h \ File.h \ @@ -146,6 +149,7 @@ nobase_follyinclude_HEADERS = \ ScopeGuard.h \ SmallLocks.h \ small_vector.h \ + SocketAddress.h \ sorted_vector_types.h \ SpookyHashV1.h \ SpookyHashV2.h \ @@ -175,6 +179,7 @@ nobase_follyinclude_HEADERS = \ Uri.h \ Uri-inl.h \ Varint.h \ + VersionCheck.h \ wangle/Executor.h \ wangle/Future-inl.h \ wangle/Future.h \ @@ -243,6 +248,7 @@ libfolly_la_SOURCES = \ MemoryMapping.cpp \ Random.cpp \ SafeAssert.cpp \ + SocketAddress.cpp \ SpookyHashV1.cpp \ SpookyHashV2.cpp \ stats/Instantiations.cpp \ @@ -255,7 +261,10 @@ libfolly_la_SOURCES = \ wangle/ManualExecutor.cpp \ wangle/ThreadGate.cpp \ experimental/io/FsUtil.cpp \ - experimental/TestUtil.cpp + experimental/TestUtil.cpp \ + experimental/wangle/concurrent/Codel.cpp \ + experimental/wangle/ConnectionManager.cpp \ + experimental/wangle/ManagedConnection.cpp if HAVE_LINUX nobase_follyinclude_HEADERS += \