From: Bart Van Assche Date: Mon, 21 Apr 2008 16:55:43 +0000 (+0000) Subject: Removed superfluous libraries for the memory_allocation test program. X-Git-Tag: svn/VALGRIND_3_4_0~718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f8b3e7861000d693c4dece81df72eda6da97d22;p=thirdparty%2Fvalgrind.git Removed superfluous libraries for the memory_allocation test program. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7898 --- diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index d041a224af..ddc53f965d 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -232,7 +232,7 @@ matinv_SOURCES = matinv.c matinv_LDADD = -lpthread -lm memory_allocation_SOURCES = memory_allocation.c -memory_allocation_LDADD = -lpthread -lm +memory_allocation_LDADD = pth_barrier_SOURCES = pth_barrier.c pth_barrier_LDADD = -lpthread