|
From: <sv...@va...> - 2008-05-07 00:22:42
|
Author: sewardj Date: 2008-05-07 01:22:47 +0100 (Wed, 07 May 2008) New Revision: 8014 Log: Make sure compilation of pth_cancel1.c gets $(AM_FLAG_M3264_PRI). Modified: trunk/none/tests/Makefile.am Modified: trunk/none/tests/Makefile.am =================================================================== --- trunk/none/tests/Makefile.am 2008-05-06 23:01:05 UTC (rev 8013) +++ trunk/none/tests/Makefile.am 2008-05-07 00:22:47 UTC (rev 8014) @@ -165,7 +165,7 @@ mq_LDADD = -lrt pth_atfork1_LDADD = -lpthread pth_blockedsig_LDADD = -lpthread -pth_cancel1_CFLAGS = -Wno-shadow +pth_cancel1_CFLAGS = $(AM_FLAG_M3264_PRI) -Wno-shadow pth_cancel1_LDADD = -lpthread pth_cancel2_LDADD = -lpthread pth_cvsimple_LDADD = -lpthread |