Fix problem with including libringbuffer/smp.h in make-dist
authorGregory Haskins <gregory.haskins@gmail.com>
Mon, 7 Nov 2011 19:43:04 +0000 (14:43 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 7 Nov 2011 19:43:04 +0000 (14:43 -0500)
commit84ac63b891bfc8826584719a71f071b06ca66675
tree5ec00091a9a8e9886825ca3ccc9f0cc22acfc35c
parent7a7849896a95db678d916ccb7c5d91371828e3f8
Fix problem with including libringbuffer/smp.h in make-dist

"make dist" currently produces a tarball that is missing
librinbuffer/smp.h, resulting in a build failure when an attempt to
compile the tarball is make.  This patch addresses the issue by properly
including the file in Makefile.am.

Signed-off-by: Gregory Haskins <gregory.haskins@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libringbuffer/Makefile.am
This page took 0.024167 seconds and 4 git commands to generate.