Rename ust.pc.in to lttng-ust.pc.in
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 3 Nov 2011 19:59:22 +0000 (15:59 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 3 Nov 2011 19:59:22 +0000 (15:59 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac
lttng-ust.pc.in [new file with mode: 0644]
ust.pc.in [deleted file]

index f966498bf5bcd749c0cecd06730280e430822c8d..3391ddd83c9d9df19f86d1a7438726315c06c0a1 100644 (file)
@@ -11,4 +11,4 @@ SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \
 # liblttng-ust-malloc
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = ust.pc
+pkgconfig_DATA = lttng-ust.pc
index 8968d69666b79b6a3dd06294464dd8cbf2474b3e..bc0eb6b667eb8b84ea7baa9be0707a0e5cf38a5a 100644 (file)
@@ -222,6 +222,6 @@ AC_CONFIG_FILES([
        tests/register_test/Makefile
        tests/libustctl_function_tests/Makefile
        tests/exit-fast/Makefile
-       ust.pc
+       lttng-ust.pc
 ])
 AC_OUTPUT
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} 
+
diff --git a/ust.pc.in b/ust.pc.in
deleted file mode 100644 (file)
index 095cdbb..0000000
--- a/ust.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-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.025708 seconds and 4 git commands to generate.