From: Tudor Bosman Date: Thu, 14 Jun 2012 19:14:04 +0000 (-0700) Subject: Unbreak Ubuntu build. X-Git-Tag: v0.22.0~1262 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=89111953fea8a2de4c5e1ff82da97b7aefe292df;hp=2ec852705e5b65f11d8f4488ba22f89ae4246062;p=folly.git Unbreak Ubuntu build. Summary: follybenchmark and follyfingerprint need folly to work. Test Plan: built on ubuntu Reviewed By: andrewjcg@fb.com FB internal diff: D494955 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 49573d0d..baeec4ee 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -114,8 +114,11 @@ FingerprintTables.cpp: generate_fingerprint_tables libfollyfingerprint_la_SOURCES = \ FingerprintTables.cpp +libfollyfingerprint_la_LIBADD = libfolly.la libfollybenchmark_la_SOURCES = Benchmark.cpp -libfollybenchmark_la_LIBADD = -lboost_regex -lpthread -lrt +libfollybenchmark_la_LIBADD = -lrt libfolly.la libfollytimeout_queue_la_SOURCES = TimeoutQueue.cpp +libfollytimeout_queue_la_LIBADD = libfolly.la +