From efd4e281e629f29cc198c416854031e0eaf6eca2 Mon Sep 17 00:00:00 2001 From: Zach Amsden Date: Mon, 21 Nov 2016 14:42:11 -0800 Subject: [PATCH] Include init/Init.cpp Summary: Anything calling folly::init() will not link with open source build Reviewed By: yfeldblum Differential Revision: D4214296 fbshipit-source-id: 636ed5ae8ad36a323054efaad96d3756f1b7b9d0 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index 768fdf6f..62b484e3 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -429,6 +429,7 @@ libfolly_la_SOURCES = \ IPAddressV4.cpp \ IPAddressV6.cpp \ LifoSem.cpp \ + init/Init.cpp \ io/Compression.cpp \ io/Cursor.cpp \ io/IOBuf.cpp \ -- 2.34.1