Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: compudj@krystal.dyndns.org (Mathieu Desnoyers)
Subject: [ltt-dev] [URCU PATCH] Consolidate _LIBADD and _DEPENDENCIES	in Makefile.am
Date: Fri, 10 Jun 2011 17:14:26 -0400	[thread overview]
Message-ID: <BLU0-SMTP3701CEF4902355A76C8DCC96640@phx.gbl> (raw)
In-Reply-To: <1307739768-12226-1-git-send-email-alexandre.montplaisir@polymtl.ca>

* Alexandre Montplaisir (alexandre.montplaisir at polymtl.ca) wrote:
> Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at polymtl.ca>

Merged, thanks!

Mathieu

> ---
>  Makefile.am |   15 +++++----------
>  1 files changed, 5 insertions(+), 10 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 3c06a2e..f7a7bb9 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -37,26 +37,21 @@ liburcu_cds_la_SOURCES = wfqueue.c wfstack.c rculfqueue.c rculfstack.c \
>  			$(COMPAT)
>  
>  liburcu_la_SOURCES = urcu.c urcu-pointer.c $(COMPAT)
> -liburcu_la_LIBADD = -lurcu-cds
> -liburcu_la_DEPENDENCIES = liburcu-cds.la
> +liburcu_la_LIBADD = liburcu-cds.la
>  
>  liburcu_qsbr_la_SOURCES = urcu-qsbr.c urcu-pointer.c $(COMPAT)
> -liburcu_qsbr_la_LIBADD = -lurcu-cds
> -liburcu_qsbr_la_DEPENDENCIES = liburcu-cds.la
> +liburcu_qsbr_la_LIBADD = liburcu-cds.la
>  
>  liburcu_mb_la_SOURCES = urcu.c urcu-pointer.c $(COMPAT)
>  liburcu_mb_la_CFLAGS = -DRCU_MB
> -liburcu_mb_la_LIBADD = -lurcu-cds
> -liburcu_mb_la_DEPENDENCIES = liburcu-cds.la
> +liburcu_mb_la_LIBADD = liburcu-cds.la
>  
>  liburcu_signal_la_SOURCES = urcu.c urcu-pointer.c $(COMPAT)
>  liburcu_signal_la_CFLAGS = -DRCU_SIGNAL
> -liburcu_signal_la_LIBADD = -lurcu-cds
> -liburcu_signal_la_DEPENDENCIES = liburcu-cds.la
> +liburcu_signal_la_LIBADD = liburcu-cds.la
>  
>  liburcu_bp_la_SOURCES = urcu-bp.c urcu-pointer.c $(COMPAT)
> -liburcu_bp_la_LIBADD = -lurcu-cds
> -liburcu_bp_la_DEPENDENCIES = liburcu-cds.la
> +liburcu_bp_la_LIBADD = liburcu-cds.la
>  
>  pkgconfigdir = $(libdir)/pkgconfig
>  pkgconfig_DATA = liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
> -- 
> 1.7.4.1
> 
> 
> _______________________________________________
> 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




      reply	other threads:[~2011-06-10 21:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-10 21:02 Alexandre Montplaisir
2011-06-10 21:14 ` Mathieu Desnoyers [this message]

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=BLU0-SMTP3701CEF4902355A76C8DCC96640@phx.gbl \
    --to=compudj@krystal.dyndns.org \
    /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