From 74a6d87b4266ad7680e3401eee195a8826a3b912 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 3 Nov 2011 15:59:22 -0400 Subject: [PATCH] Rename ust.pc.in to lttng-ust.pc.in Signed-off-by: Mathieu Desnoyers --- Makefile.am | 2 +- configure.ac | 2 +- ust.pc.in => lttng-ust.pc.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename ust.pc.in => lttng-ust.pc.in (58%) diff --git a/Makefile.am b/Makefile.am index f966498b..3391ddd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 8968d696..bc0eb6b6 100644 --- a/configure.ac +++ b/configure.ac @@ -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/ust.pc.in b/lttng-ust.pc.in similarity index 58% rename from ust.pc.in rename to lttng-ust.pc.in index 095cdbb3..e2f02a5a 100644 --- a/ust.pc.in +++ b/lttng-ust.pc.in @@ -4,10 +4,10 @@ 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. +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} -lust +Libs: -L${libdir} -llttng-ust Cflags: -I${includedir} -- 2.34.1