Put the libbabeltrace-ctf specific parts of babeltrace.pc into a babeltrace-ctf.pc...
authorYannick Brosseau <yannick.brosseau@gmail.com>
Thu, 15 Aug 2013 22:10:44 +0000 (18:10 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Aug 2013 22:10:44 +0000 (18:10 -0400)
commite7a7efdbc48f32f2b1defe591d7d000c6579b5a2
tree36639c986d32a95a52700406c5211070f3872882
parent331d78f54d4f200729a7e67feaff36cda9bf03e5
Put the libbabeltrace-ctf specific parts of babeltrace.pc into a babeltrace-ctf.pc file

On some distributions libbabeltrace and libbabeltrace-ctf are packaged
into separate packages. This means they should have their own pkg-config
file.

The babeltrace-ctf.pc file requires the babeltrace.pc one.

With this change, to have the ctf support in libbabeltrace a pkg-config
user will need to specify the babeltrace-ctf package. To compile and
link with only the base libbabeltrace, the package babeltrace would be
used.

Fixes #550

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
babeltrace-ctf.pc.in [new file with mode: 0644]
babeltrace.pc.in
configure.ac
This page took 0.024609 seconds and 4 git commands to generate.