From 2d980c3d15bff75ce2369afddbdf0663e3d2afe7 Mon Sep 17 00:00:00 2001 From: Dave Watson Date: Mon, 18 Nov 2013 16:33:21 -0800 Subject: [PATCH] Add generated files to Makefile.am Summary: Missed these on the first pass because they're generated Test Plan: Built open source folly, links Reviewed By: pgriess@fb.com FB internal diff: D1062451 --- folly/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index 0f423202..b42082b3 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -132,11 +132,13 @@ libfolly_la_SOURCES = \ Bits.cpp \ Conv.cpp \ dynamic.cpp \ + EscapeTables.cpp \ File.cpp \ FileUtil.cpp \ Format.cpp \ FormatTables.cpp \ GroupVarint.cpp \ + GroupVarintTables.cpp \ io/IOBuf.cpp \ io/IOBufQueue.cpp \ io/RecordIO.cpp \ -- 2.34.1