From: Dave Watson Date: Tue, 19 Nov 2013 00:33:21 +0000 (-0800) Subject: Add generated files to Makefile.am X-Git-Tag: v0.22.0~797 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2d980c3d15bff75ce2369afddbdf0663e3d2afe7;p=folly.git 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 --- 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 \