Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: gregory.haskins@gmail.com (Gregory Haskins)
Subject: [ltt-dev] [PATCH] Fix problem with including libringbuffer/smp.h in make-dist
Date: Mon, 07 Nov 2011 10:39:46 -0500	[thread overview]
Message-ID: <4EB7FBC2.6090704@gmail.com> (raw)
Message-ID: <20111107153946._P2lJdkvNXAuwIv6nU3DS-dPRksANakRc5uza2bWXgE@z> (raw)
In-Reply-To: <20111107141233.9903.67356.stgit@linux-mp.laurelwood.net>

Sorry, I am a bit rusty on the patch submissions:  This patch applies to
lttng-ust.git 02a15cfb0d

On 11/7/11 9:12 AM, Gregory Haskins 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.
> 
> Signed-off-by: Gregory Haskins <gregory.haskins at gmail.com>
> ---
> 
>  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 \
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20111107/6ecafb1f/attachment-0003.pgp>


  reply	other threads:[~2011-11-07 15:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-07 14:12 Gregory Haskins
2011-11-07 15:39 ` Gregory Haskins [this message]
2011-11-07 15:39   ` Gregory Haskins
2011-11-07 15:39   ` Gregory Haskins
2011-11-07 19:44 ` Mathieu Desnoyers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EB7FBC2.6090704@gmail.com \
    --to=gregory.haskins@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox