From 140530810be3a0a0b98637a3e7c48d98eb4123ba Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 9 Nov 2005 16:32:02 +0000 Subject: [PATCH] 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 --- valgrind.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/valgrind.pc.in b/valgrind.pc.in index 6a9a332265..291088bb6a 100644 --- a/valgrind.pc.in +++ b/valgrind.pc.in @@ -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} -- 2.47.3