Rename ust.pc.in to lttng-ust.pc.in
[lttng-ust.git] / lttng-ust.pc.in
diff --git a/lttng-ust.pc.in b/lttng-ust.pc.in
new file mode 100644 (file)
index 0000000..e2f02a5
--- /dev/null
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: LTTng Userspace Tracer
+Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code. 
+Version: @PACKAGE_VERSION@
+Requires:
+Requires.private: liburcu-bp
+Libs: -L${libdir} -llttng-ust
+Cflags: -I${includedir} 
+
This page took 0.023767 seconds and 4 git commands to generate.