From 72683c85fb8ce07f6cd8b9f682bee6842dfcc62f Mon Sep 17 00:00:00 2001 From: Alecs King Date: Tue, 17 Mar 2015 13:38:53 -0700 Subject: [PATCH] fix typo: add backslash to Makefile.am Summary: backslash Test Plan: tests Reviewed By: aap@fb.com Subscribers: folly-diffs@, yfeldblum FB internal diff: D1920872 Signature: t1:1920872:1426624366:c984fecb5bd0c292d5a8309fb320a48872fff6db Blame Revision: D1890511 --- folly/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/Makefile.am b/folly/Makefile.am index edac82ac..72272940 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -79,7 +79,7 @@ nobase_follyinclude_HEADERS = \ experimental/SharedMutex.h \ experimental/Singleton.h \ experimental/Singleton-inl.h \ - experimental/StringKeyedCommon.h + experimental/StringKeyedCommon.h \ experimental/StringKeyedUnorderedMap.h \ experimental/StringKeyedUnorderedSet.h \ experimental/TestUtil.h \ -- 2.34.1