From: Tom Hughes Date: Thu, 21 Jan 2010 10:24:37 +0000 (+0000) Subject: Make generated pkgconfig file reflect the new locations of the X-Git-Tag: svn/VALGRIND_3_6_0~395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f1837d9765bead2753c0b341968356661b73ba;p=thirdparty%2Fvalgrind.git 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 --- 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}