projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bdcff4
)
Fix fedora / ubuntu build
author
Tudor Bosman
<tudorb@fb.com>
Sun, 26 Aug 2012 18:04:37 +0000
(11:04 -0700)
committer
Tudor Bosman
<tudorb@fb.com>
Sun, 26 Aug 2012 18:14:01 +0000
(11:14 -0700)
Test Plan: yes
Reviewed By: andrewjcg@fb.com
FB internal diff:
D558628
folly/test/Makefile.am
patch
|
blob
|
history
diff --git
a/folly/test/Makefile.am
b/folly/test/Makefile.am
index f4a53b57fd634b87b77fc2e62ca7d9d29458cd88..e2da2ebdfe49c5709d5f50a0524378eb650b489d 100644
(file)
--- 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)