From fe2af2ccd453a52448367244245cbce61955fca0 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 12 Apr 2016 10:59:21 -0700 Subject: [PATCH] Sorry, forgot to add portability/Memory.cpp Summary: Add it to the Makefile.am Reviewed By: Orvid Differential Revision: D3168833 fb-gh-sync-id: 7184acc565ffebde0f93bc8bdce4d38ba1a79923 fbshipit-source-id: 7184acc565ffebde0f93bc8bdce4d38ba1a79923 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index 2854cd23..95f36ac3 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -426,6 +426,7 @@ libfolly_la_SOURCES = \ portability/Environment.cpp \ portability/Libgen.cpp \ portability/Malloc.cpp \ + portability/Memory.cpp \ portability/String.cpp \ portability/Strings.cpp \ portability/SysFile.cpp \ -- 2.34.1