From: Daniel Sommermann Date: Wed, 10 Sep 2014 23:38:04 +0000 (-0700) Subject: Install EvictingCacheMap as part of OSS build X-Git-Tag: v0.22.0~368 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9918c9e55a90c445d7d0c1bcfbe14e15eee651e8;p=folly.git Install EvictingCacheMap as part of OSS build Summary: This may have just been forgotten when imported to folly Test Plan: live. verified file name Reviewed By: ranjeeth@fb.com Subscribers: doug, njormrod FB internal diff: D1548804 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 5aa328ca..59f2fc24 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -64,6 +64,7 @@ nobase_follyinclude_HEADERS = \ dynamic-inl.h \ Exception.h \ ExceptionWrapper.h \ + EvictingCacheMap.h \ experimental/Bits.h \ experimental/EliasFanoCoding.h \ experimental/EventCount.h \