|
From: <sv...@va...> - 2008-04-21 16:55:48
|
Author: bart Date: 2008-04-21 17:55:43 +0100 (Mon, 21 Apr 2008) New Revision: 7898 Log: Removed superfluous libraries for the memory_allocation test program. Modified: trunk/exp-drd/tests/Makefile.am Modified: trunk/exp-drd/tests/Makefile.am =================================================================== --- trunk/exp-drd/tests/Makefile.am 2008-04-20 22:55:14 UTC (rev 7897) +++ trunk/exp-drd/tests/Makefile.am 2008-04-21 16:55:43 UTC (rev 7898) @@ -232,7 +232,7 @@ 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 |