]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make generated pkgconfig file reflect the new locations of the
authorTom Hughes <tom@compton.nu>
Thu, 21 Jan 2010 10:24:37 +0000 (10:24 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 21 Jan 2010 10:24:37 +0000 (10:24 +0000)
installed libraries. Patch from Jakub Jelinek. Closes #223657.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11029

valgrind.pc.in

index 34a2407fb694895b8e7056f17368e9667192cab5..34b3bd120cf87c0a1d975b5a6f69cecd275210da 100644 (file)
@@ -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}