Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: compudj@krystal.dyndns.org (Mathieu Desnoyers)
Subject: [ltt-dev] [URCU PATCH] Add a pkg-config file for the new	liburcu-cds
Date: Fri, 10 Jun 2011 17:27:49 -0400	[thread overview]
Message-ID: <BLU0-SMTP6330ABB1AE2E174CCA5FAE96640@phx.gbl> (raw)
In-Reply-To: <1307740960-8699-1-git-send-email-yannick.brosseau@gmail.com>

* Yannick Brosseau (yannick.brosseau at gmail.com) wrote:
> Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>

Merged, thanks!

Mathieu

> ---
>  Makefile.am       |    4 ++--
>  configure.ac      |    1 +
>  liburcu-cds.pc.in |   11 +++++++++++
>  3 files changed, 14 insertions(+), 2 deletions(-)
>  create mode 100644 liburcu-cds.pc.in
> 
> diff --git a/Makefile.am b/Makefile.am
> index 3c06a2e..6409323 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -59,5 +59,5 @@ liburcu_bp_la_LIBADD = -lurcu-cds
>  liburcu_bp_la_DEPENDENCIES = liburcu-cds.la
>  
>  pkgconfigdir = $(libdir)/pkgconfig
> -pkgconfig_DATA = liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
> -	liburcu-signal.pc liburcu-mb.pc 
> +pkgconfig_DATA = liburcu-cds.pc liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
> +	liburcu-signal.pc liburcu-mb.pc
> diff --git a/configure.ac b/configure.ac
> index a885fd9..21d6fab 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -246,6 +246,7 @@ AC_CONFIG_LINKS([
>  AC_CONFIG_FILES([
>  	Makefile
>  	tests/Makefile
> +	liburcu-cds.pc
>  	liburcu.pc
>  	liburcu-bp.pc
>  	liburcu-qsbr.pc
> diff --git a/liburcu-cds.pc.in b/liburcu-cds.pc.in
> new file mode 100644
> index 0000000..e3d13af
> --- /dev/null
> +++ b/liburcu-cds.pc.in
> @@ -0,0 +1,11 @@
> +prefix=@prefix@
> +exec_prefix=@exec_prefix@
> +libdir=@libdir@
> +includedir=@includedir@
> +
> +Name: Userspace RCU Concurrent Data Structures
> +Description: Data structures leveraging RCU and atomic operations to provide efficient concurrency-aware storage
> +Version: @PACKAGE_VERSION@
> +Requires:
> +Libs: -L${libdir} -lurcu-cds
> +Cflags: -I${includedir} 
> -- 
> 1.7.5.4
> 
> 
> _______________________________________________
> 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:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-10 21:22 Yannick Brosseau
2011-06-10 21:27 ` 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-SMTP6330ABB1AE2E174CCA5FAE96640@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