From: Tudor Bosman Date: Sun, 26 Aug 2012 18:04:37 +0000 (-0700) Subject: Fix fedora / ubuntu build X-Git-Tag: v0.22.0~1197 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=39786ac65d2d105192f684c1c591363835e18f09;p=folly.git Fix fedora / ubuntu build Test Plan: yes Reviewed By: andrewjcg@fb.com FB internal diff: D558628 --- diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index f4a53b57..e2da2ebd 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -174,7 +174,7 @@ cpuid_test_LDADD = libgtestmain.la $(top_builddir)/libfolly.la TESTS += cpuid_test spooky_hash_test_SOURCES = SpookyHashTest.cpp -spooky_hash_test_LDADD = $(top_builddir)/libfolly.la +spooky_hash_test_LDADD = -lrt $(top_builddir)/libfolly.la TESTS += spooky_hash_test check_PROGRAMS= $(TESTS)