From: Mathieu Desnoyers Date: Fri, 24 Sep 2010 20:48:19 +0000 (-0400) Subject: Fix missing urcu_ref.h in Makefile.am X-Git-Tag: v0.4.8 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=04e3eaa936284a9dbaa220295771b75aba54926e;hp=04e3eaa936284a9dbaa220295771b75aba54926e;p=urcu.git Fix missing urcu_ref.h in Makefile.am The 0.4.7 tarball is missing 'urcu/urcu_ref.h', causing the following error: CC rculfqueue.lo In file included from rculfqueue.c:26: urcu/rculfqueue.h:26:22: error: urcu_ref.h: No such file or directory In file included from rculfqueue.c:26: urcu/rculfqueue.h:45: error: field ‘ref’ has incomplete type In file included from rculfqueue.c:27: urcu/rculfqueue-static.h:29:27: error: urcu/urcu_ref.h: No such file or directory Reported-by: Jon Bernard Signed-off-by: Mathieu Desnoyers ---