Add hacks to make it possible to build callgrind ("clg3" branch) from
cvs against an install tree.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5059 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/valgrind.pc.in b/valgrind.pc.in
index 6a9a332..291088b 100644
--- a/valgrind.pc.in
+++ b/valgrind.pc.in
@@ -5,11 +5,12 @@
 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}