Move pkgconfig file to 'src/lib/'
[lttng-ust.git] / src / lib / lttng-ust.pc.in
diff --git a/src/lib/lttng-ust.pc.in b/src/lib/lttng-ust.pc.in
new file mode 100644 (file)
index 0000000..6aee46e
--- /dev/null
@@ -0,0 +1,12 @@
+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:
+Libs: -L${libdir} -llttng-ust -llttng-ust-common -ldl
+Cflags: -I${includedir} 
+
This page took 0.023056 seconds and 4 git commands to generate.