From d057a592035c6b5149ed1ea5088b122ce402ef41 Mon Sep 17 00:00:00 2001 From: Tudor Bosman Date: Tue, 1 Jul 2014 18:03:26 -0700 Subject: [PATCH] Add Random-inl.h to Makefile.am Test Plan: OSS Reviewed By: lesha@fb.com FB internal diff: D1415190 @override-unit-failures --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1