From 418ad481c4f1feffa149d0d8145cf70ca08a0d96 Mon Sep 17 00:00:00 2001 From: Peter Ruibal Date: Sun, 22 Jun 2014 13:40:11 -0700 Subject: [PATCH] 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 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1