From: Tudor Bosman Date: Wed, 2 Jul 2014 01:03:26 +0000 (-0700) Subject: Add Random-inl.h to Makefile.am X-Git-Tag: v0.22.0~483 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d057a592035c6b5149ed1ea5088b122ce402ef41;p=folly.git Add Random-inl.h to Makefile.am Test Plan: OSS Reviewed By: lesha@fb.com FB internal diff: D1415190 @override-unit-failures --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 5f5f13e4..ca7f5435 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -136,6 +136,7 @@ nobase_follyinclude_HEADERS = \ Preprocessor.h \ ProducerConsumerQueue.h \ Random.h \ + Random-inl.h \ Range.h \ RWSpinLock.h \ ScopeGuard.h \