From: Tudor Bosman Date: Mon, 7 Jul 2014 15:59:17 +0000 (-0700) Subject: fix Makefile.am X-Git-Tag: v0.22.0~473 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3454265de3e8bf73ac31e58a790cb790ccb52ab8;p=folly.git fix Makefile.am Summary: wangle/detail.h -> wangle/detail/State.h Test Plan: OSS build Reviewed By: meyering@fb.com Subscribers: fugalh, lesha FB internal diff: D1421490 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index ca7f5435..a69b0abb 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -185,7 +185,7 @@ nobase_follyinclude_HEADERS = \ wangle/Try-inl.h \ wangle/Try.h \ wangle/WangleException.h \ - wangle/detail.h + wangle/detail/State.h FormatTables.cpp: build/generate_format_tables.py build/generate_format_tables.py