common: remove `prio-heap.{c,h}`
[babeltrace.git] / src / babeltrace2.pc.in
1 # SPDX-FileCopyrightText: 2019 EfficiOS, Inc.
2 # SPDX-License-Identifier: MIT
3
4 prefix=@prefix@
5 exec_prefix=@exec_prefix@
6 libdir=@libdir@
7 includedir=@includedir@
8
9 Name: Babeltrace 2 library
10 Description: Babeltrace 2 library to support plugins and create trace processing graphs
11 Version: @PACKAGE_VERSION@
12 Libs: -L${libdir} -lbabeltrace2
13 Cflags: -I${includedir}
This page took 0.031162 seconds and 5 git commands to generate.