Add ThreadName.h to folly's Makefile.am
authorPeter Ruibal <ruibalp@fb.com>
Sun, 22 Jun 2014 20:40:11 +0000 (13:40 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Thu, 26 Jun 2014 02:26:08 +0000 (19:26 -0700)
Summary:
fbthrift depends on <folly/ThreadName.h>, 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

index 9fcc893ad251236226bf3fdd4b3f0f317a5b7589..5162f8f2aada517fb0ec90fa536027c27a1374a9 100644 (file)
@@ -162,6 +162,7 @@ nobase_follyinclude_HEADERS = \
        ThreadCachedArena.h \
        ThreadCachedInt.h \
        ThreadLocal.h \
+       ThreadName.h \
        TimeoutQueue.h \
        Traits.h \
        Unicode.h \