Put the libbabeltrace-ctf specific parts of babeltrace.pc into a babeltrace-ctf.pc...
[babeltrace.git] / babeltrace-ctf.pc.in
diff --git a/babeltrace-ctf.pc.in b/babeltrace-ctf.pc.in
new file mode 100644 (file)
index 0000000..8237607
--- /dev/null
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Babeltrace CTF parser
+Description: libbabeltrace-ctf provides the specific bits necessary to read a Common Trace Format (CTF) trace.
+Version: @PACKAGE_VERSION@
+Requires: babeltrace
+Requires.private: 
+Libs: -L${libdir} -lbabeltrace-ctf
+Cflags: -I${includedir} 
+
This page took 0.02299 seconds and 4 git commands to generate.