From mboxrd@z Thu Jan 1 00:00:00 1970 From: compudj@krystal.dyndns.org (Mathieu Desnoyers) Date: Mon, 7 Nov 2011 14:44:48 -0500 Subject: [ltt-dev] [PATCH] Fix problem with including libringbuffer/smp.h in make-dist In-Reply-To: <20111107141233.9903.67356.stgit@linux-mp.laurelwood.net> References: <20111107141233.9903.67356.stgit@linux-mp.laurelwood.net> Message-ID: <20111107194447.GA16777@Krystal> * Gregory Haskins (gregory.haskins at gmail.com) wrote: > "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. merged, thanks! Mathieu > > Signed-off-by: Gregory Haskins > --- > > libringbuffer/Makefile.am | 6 ++---- > 1 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am > index a64ee6e..f1e8a97 100644 > --- a/libringbuffer/Makefile.am > +++ b/libringbuffer/Makefile.am > @@ -4,10 +4,8 @@ AM_CFLAGS = -fno-strict-aliasing > noinst_LTLIBRARIES = libringbuffer.la > > libringbuffer_la_SOURCES = \ > - shm.c \ > - shm.h \ > - smp.c \ > - shm.h shm_types.h shm_internal.h \ > + smp.h smp.c \ > + shm.c shm.h shm_types.h shm_internal.h \ > ring_buffer_backend.c \ > ring_buffer_frontend.c \ > api.h \ > > > _______________________________________________ > ltt-dev mailing list > ltt-dev at lists.casi.polymtl.ca > http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev > -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com