install connectionmanager headers
authorDave Watson <davejwatson@fb.com>
Thu, 18 Sep 2014 19:12:33 +0000 (12:12 -0700)
committerdcsommer <dcsommer@fb.com>
Fri, 19 Sep 2014 22:30:40 +0000 (15:30 -0700)
Summary: Install headers / compile files

Test Plan: watch jenkins build

Reviewed By: dcsommer@fb.com

Subscribers: doug, fugalh, njormrod

FB internal diff: D1564098

folly/Makefile.am

index 119922e9bce1788d0e314ed04d5ab498bd9ff023..b105bea0ef4c6d2237fbb523d2d0ef4a4d01f189 100644 (file)
@@ -71,6 +71,8 @@ nobase_follyinclude_HEADERS = \
        experimental/EventCount.h \
        experimental/io/FsUtil.h \
        experimental/TestUtil.h \
+       experimental/wangle/ConnectionManager.h \
+       experimental/wangle/ManagedConnection.h \
        FBString.h \
        FBVector.h \
        File.h \
@@ -256,7 +258,9 @@ libfolly_la_SOURCES = \
        wangle/ManualExecutor.cpp \
        wangle/ThreadGate.cpp \
        experimental/io/FsUtil.cpp \
-       experimental/TestUtil.cpp
+       experimental/TestUtil.cpp \
+       experimental/wangle/ConnectionManager.cpp \
+       experimental/wangle/ManagedConnection.cpp
 
 if HAVE_LINUX
 nobase_follyinclude_HEADERS += \