]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed superfluous libraries for the memory_allocation test program.
authorBart Van Assche <bvanassche@acm.org>
Mon, 21 Apr 2008 16:55:43 +0000 (16:55 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 21 Apr 2008 16:55:43 +0000 (16:55 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7898

exp-drd/tests/Makefile.am

index d041a224af893b6fd63c49996aa6806e46484de8..ddc53f965d1b98a1bd519b75c59e417df80c551c 100644 (file)
@@ -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