Re: [lttng-dev] [LTTng-Tools PATCH] Add pkg-config for liblttng-ctl [v2]

2013-01-07 Thread David Goulet
Merged! Thanks! David Yannick Brosseau: > v2: Update description > > Signed-off-by: Yannick Brosseau > --- > .gitignore|2 +- > configure.ac |1 + > src/lib/lttng-ctl/Makefile.am |3 +++ > src/lib/lttng-ctl/lttng-ctl.pc.in | 13 +++

Re: [lttng-dev] [LTTng-Tools PATCH] Add pkg-config for liblttng-ctl [v2]

2012-12-20 Thread Raphaƫl Beamonte
On 2012-12-20 14:31, Yannick Brosseau wrote: > +Description: The LTTng control and utility library is a library used to > control the tracing sessions of a LTTng-session deamon Following our discussions on the IRC channel, I would propose a correction of the description : The LTTng control and u

[lttng-dev] [LTTng-Tools PATCH] Add pkg-config for liblttng-ctl [v2]

2012-12-20 Thread Yannick Brosseau
v2: Update description Signed-off-by: Yannick Brosseau --- .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(

[lttng-dev] [LTTng-Tools PATCH] Add pkg-config for liblttng-ctl

2012-12-20 Thread Yannick Brosseau
Signed-off-by: Yannick Brosseau --- .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 s