From ddb5c866ca895849138a25fd8d1bcce04e21fbe0 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 2 Feb 2006 12:49:14 +0000 Subject: [PATCH] autotools pthread lib check for lttd git-svn-id: http://ltt.polymtl.ca/svn@1507 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttd/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ltt/branches/poly/lttd/Makefile.am b/ltt/branches/poly/lttd/Makefile.am index ed620e7..bb860bc 100644 --- a/ltt/branches/poly/lttd/Makefile.am +++ b/ltt/branches/poly/lttd/Makefile.am @@ -1,5 +1,6 @@ # Empty TraceDaemon Makefile.am. Insert a real one here. +LIBS += $(THREAD_LIBS) bin_PROGRAMS = lttd -- 2.34.1