From: Pavlo Kushnir Date: Wed, 15 Oct 2014 18:46:22 +0000 (-0700) Subject: Fix opensource build X-Git-Tag: v0.22.0~278 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4a9aef96b778f9fa7b31f94196e46b5733335326;p=folly.git Fix opensource build Summary: D1615707 moved State.h to Core.h, but didn't update Makefile.am Test Plan: visual Reviewed By: davejwatson@fb.com Subscribers: fugalh, njormrod FB internal diff: D1617562 Blame Revision: D1615707 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 9c122e5e..24ed0e2b 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -195,7 +195,7 @@ nobase_follyinclude_HEADERS = \ wangle/Try-inl.h \ wangle/Try.h \ wangle/WangleException.h \ - wangle/detail/State.h + wangle/detail/Core.h FormatTables.cpp: build/generate_format_tables.py build/generate_format_tables.py