]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add hacks to make it possible to build callgrind ("clg3" branch) from
authorJulian Seward <jseward@acm.org>
Wed, 9 Nov 2005 16:32:02 +0000 (16:32 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 9 Nov 2005 16:32:02 +0000 (16:32 +0000)
cvs against an install tree.

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

valgrind.pc.in

index 6a9a332265ade5746580643ac34a9cb3794d29cd..291088bb6a06373ef342540e705ec760285656ad 100644 (file)
@@ -5,11 +5,12 @@ includedir=@includedir@/valgrind
 arch=@VG_ARCH@
 os=@VG_OS@
 platform=@VG_PLATFORM@
+valt_load_address=@VALT_LOAD_ADDRESS@
 
 Name: Valgrind
 Description: A dynamic binary instrumentation framework
 Version: @VERSION@
 Requires:
-Libs:
-Cflags: -I${includedir} @ARCH_TOOL_AM_CFLAGS@
+Libs: -L${libdir}/valgrind/@VG_PLATFORM@ -lcoregrind -lvex -lgcc
+Cflags: -I${includedir}