From: dgoulet@ev0ke.net (David Goulet)
Subject: [lttng-dev] [LTTng-Tools PATCH] Add pkg-config for liblttng-ctl [v2]
Date: Mon, 07 Jan 2013 15:07:32 -0500 [thread overview]
Message-ID: <50EB2B04.20300@ev0ke.net> (raw)
In-Reply-To: <1356031866-24252-1-git-send-email-yannick.brosseau@gmail.com>
Merged!
Thanks!
David
Yannick Brosseau:
> v2: Update description
>
> Signed-off-by: Yannick Brosseau <yannick.brosseau at gmail.com>
> ---
> .gitignore | 2 +-
> configure.ac | 1 +
> src/lib/lttng-ctl/Makefile.am | 3 +++
> src/lib/lttng-ctl/lttng-ctl.pc.in | 13 +++++++++++++
> 4 files changed, 18 insertions(+), 1 deletion(-)
> create mode 100644 src/lib/lttng-ctl/lttng-ctl.pc.in
>
> diff --git a/.gitignore b/.gitignore
> index 383dbf9..afc97b6 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -35,7 +35,7 @@ src/bin/lttng-sessiond/lttng-sessiond
> src/bin/lttng/lttng
> src/bin/lttng-consumerd/lttng-consumerd
> src/bin/lttng-relayd/lttng-relayd
> -
> +src/lib/lttng-ctl/lttng-ctl.pc
> src/lib/lttng-ctl/filter/filter-grammar-test
> src/lib/lttng-ctl/filter/filter-lexer.c
> src/lib/lttng-ctl/filter/filter-parser.c
> diff --git a/configure.ac b/configure.ac
> index 54aa385..be6736c 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -281,6 +281,7 @@ AC_CONFIG_FILES([
> src/lib/Makefile
> src/lib/lttng-ctl/Makefile
> src/lib/lttng-ctl/filter/Makefile
> + src/lib/lttng-ctl/lttng-ctl.pc
> src/bin/Makefile
> src/bin/lttng-consumerd/Makefile
> src/bin/lttng-sessiond/Makefile
> diff --git a/src/lib/lttng-ctl/Makefile.am b/src/lib/lttng-ctl/Makefile.am
> index 2681bdd..542f4bb 100644
> --- a/src/lib/lttng-ctl/Makefile.am
> +++ b/src/lib/lttng-ctl/Makefile.am
> @@ -11,3 +11,6 @@ liblttng_ctl_la_LIBADD = \
> $(top_builddir)/src/common/libcommon.la \
> $(top_builddir)/src/common/hashtable/libhashtable.la \
> $(top_builddir)/src/lib/lttng-ctl/filter/libfilter.la
> +
> +pkgconfigdir = $(libdir)/pkgconfig
> +pkgconfig_DATA = lttng-ctl.pc
> diff --git a/src/lib/lttng-ctl/lttng-ctl.pc.in b/src/lib/lttng-ctl/lttng-ctl.pc.in
> new file mode 100644
> index 0000000..86382c2
> --- /dev/null
> +++ b/src/lib/lttng-ctl/lttng-ctl.pc.in
> @@ -0,0 +1,13 @@
> +prefix=@prefix@
> +exec_prefix=@exec_prefix@
> +libdir=@libdir@
> +includedir=@includedir@
> +
> +Name: LTTng control library
> +Description: The LTTng control and utility library is a library used to control the tracing sessions of a LTTng-session deamon
> +Version: @PACKAGE_VERSION@
> +Requires:
> +Requires.private:
> +Libs: -L${libdir} -llttng-ctl
> +Cflags: -I${includedir}
> +
parent reply other threads:[~2013-01-07 20:07 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1356031866-24252-1-git-send-email-yannick.brosseau@gmail.com>]
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=50EB2B04.20300@ev0ke.net \
--to=dgoulet@ev0ke.net \
/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