From: Mathieu Desnoyers Date: Thu, 3 Nov 2011 19:59:22 +0000 (-0400) Subject: Rename ust.pc.in to lttng-ust.pc.in X-Git-Tag: v1.9.1~138 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=74a6d87b4266ad7680e3401eee195a8826a3b912 Rename ust.pc.in to lttng-ust.pc.in Signed-off-by: Mathieu Desnoyers --- 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/lttng-ust.pc.in b/lttng-ust.pc.in new file mode 100644 index 00000000..e2f02a5a --- /dev/null +++ b/lttng-ust.pc.in @@ -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 index 095cdbb3..00000000 --- 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} -