From: Peter Ruibal Date: Sun, 22 Jun 2014 20:40:11 +0000 (-0700) Subject: Add ThreadName.h to folly's Makefile.am X-Git-Tag: v0.22.0~504 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=418ad481c4f1feffa149d0d8145cf70ca08a0d96;p=folly.git Add ThreadName.h to folly's Makefile.am Summary: fbthrift depends on , which isn't currently getting installed as part of the autotools build. Add it to Makefile.am Test Plan: Made this change to folly, re-autogen/configure/install, and then was able to successfully compile fbthrift's compiler Reviewed By: davejwatson@fb.com Subscribers: doug, folly@lists FB internal diff: D1397084 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 9fcc893a..5162f8f2 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -162,6 +162,7 @@ nobase_follyinclude_HEADERS = \ ThreadCachedArena.h \ ThreadCachedInt.h \ ThreadLocal.h \ + ThreadName.h \ TimeoutQueue.h \ Traits.h \ Unicode.h \