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
This commit is contained in:
Tom Hughes 2010-01-21 10:24:37 +00:00
parent e877852408
commit a7f1837d97

View 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}