Update version to v1.3.1
[babeltrace.git] / babeltrace.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Babeltrace
7 Description: libbabeltrace provides a reader for trace files, reading mainly the
8 Common Trace Format (CTF).
9 Version: @PACKAGE_VERSION@
10 Requires:
11 Requires.private: uuid popt
12 Libs: -L${libdir} -lbabeltrace
13 Cflags: -I${includedir}
14
This page took 0.028761 seconds and 4 git commands to generate.