Commit ea6c8014 authored by Dave Watson's avatar Dave Watson Committed by dcsommer

install connectionmanager headers

Summary: Install headers / compile files

Test Plan: watch jenkins build

Reviewed By: dcsommer@fb.com

Subscribers: doug, fugalh, njormrod

FB internal diff: D1564098
parent c534238d
...@@ -71,6 +71,8 @@ nobase_follyinclude_HEADERS = \ ...@@ -71,6 +71,8 @@ nobase_follyinclude_HEADERS = \
experimental/EventCount.h \ experimental/EventCount.h \
experimental/io/FsUtil.h \ experimental/io/FsUtil.h \
experimental/TestUtil.h \ experimental/TestUtil.h \
experimental/wangle/ConnectionManager.h \
experimental/wangle/ManagedConnection.h \
FBString.h \ FBString.h \
FBVector.h \ FBVector.h \
File.h \ File.h \
...@@ -256,7 +258,9 @@ libfolly_la_SOURCES = \ ...@@ -256,7 +258,9 @@ libfolly_la_SOURCES = \
wangle/ManualExecutor.cpp \ wangle/ManualExecutor.cpp \
wangle/ThreadGate.cpp \ wangle/ThreadGate.cpp \
experimental/io/FsUtil.cpp \ experimental/io/FsUtil.cpp \
experimental/TestUtil.cpp experimental/TestUtil.cpp \
experimental/wangle/ConnectionManager.cpp \
experimental/wangle/ManagedConnection.cpp
if HAVE_LINUX if HAVE_LINUX
nobase_follyinclude_HEADERS += \ nobase_follyinclude_HEADERS += \
......
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