|
From: <sv...@va...> - 2009-02-23 00:36:06
|
Author: njn Date: 2009-02-23 00:36:02 +0000 (Mon, 23 Feb 2009) New Revision: 9225 Log: This should have gone in with r9222. Modified: trunk/callgrind/tests/Makefile.am Modified: trunk/callgrind/tests/Makefile.am =================================================================== --- trunk/callgrind/tests/Makefile.am 2009-02-23 00:16:53 UTC (rev 9224) +++ trunk/callgrind/tests/Makefile.am 2009-02-23 00:36:02 UTC (rev 9225) @@ -19,4 +19,7 @@ check_PROGRAMS = clreq simwork threads +AM_CFLAGS += $(AM_FLAG_M3264_PRI) +AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) + threads_LDADD = -lpthread |