From: Gregory Haskins Date: Mon, 7 Nov 2011 19:43:04 +0000 (-0500) Subject: Fix problem with including libringbuffer/smp.h in make-dist X-Git-Tag: v1.9.1~124 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=84ac63b891bfc8826584719a71f071b06ca66675;hp=84ac63b891bfc8826584719a71f071b06ca66675;p=lttng-ust.git 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 Signed-off-by: Mathieu Desnoyers ---