Add pkg-config file generation
[ust.git] / ust.pc.in
diff --git a/ust.pc.in b/ust.pc.in
new file mode 100644 (file)
index 0000000..095cdbb
--- /dev/null
+++ b/ust.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: LTTng Userspace Tracer
+Description: The 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} -lust
+Cflags: -I${includedir} 
+
This page took 0.022167 seconds and 4 git commands to generate.