From a7f1837d9765bead2753c0b341968356661b73ba Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 21 Jan 2010 10:24:37 +0000 Subject: [PATCH] Make generated pkgconfig file reflect the new locations of the installed libraries. Patch from Jakub Jelinek. Closes #223657. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11029 --- valgrind.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valgrind.pc.in b/valgrind.pc.in index 34a2407fb6..34b3bd120c 100644 --- a/valgrind.pc.in +++ b/valgrind.pc.in @@ -11,6 +11,6 @@ Name: Valgrind Description: A dynamic binary instrumentation framework Version: @VERSION@ Requires: -Libs: -L${libdir}/valgrind/@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lcoregrind -lvex -lgcc +Libs: -L${libdir}/valgrind -lcoregrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lgcc Cflags: -I${includedir} -- 2.47.3