Fix missing urcu_ref.h in Makefile.am v0.4.8
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 24 Sep 2010 20:48:19 +0000 (16:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 24 Sep 2010 20:48:19 +0000 (16:48 -0400)
commit04e3eaa936284a9dbaa220295771b75aba54926e
treea75249d9c2b300c99fe4e6c24f8b9060450f8f23
parentec1396b79ef01c835bf1f5b7a360a96ebff0163d
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 <jbernard@debian.org>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac
This page took 0.02453 seconds and 4 git commands to generate.