Add pkg-config for liblttng-ctl
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.pc.in
diff --git a/src/lib/lttng-ctl/lttng-ctl.pc.in b/src/lib/lttng-ctl/lttng-ctl.pc.in
new file mode 100644 (file)
index 0000000..fd7a5ec
--- /dev/null
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: LTTng control library
+Description: The LTTng control and utility library is a library used to control the tracing sessions of a LTTng-session deamon
+Version: @PACKAGE_VERSION@
+Requires:
+Requires.private:
+Libs: -L${libdir} -llttng-ctl
+Cflags: -I${includedir}
+
This page took 0.023787 seconds and 4 git commands to generate.