summaryrefslogtreecommitdiff
path: root/valgrind.pc.in
diff options
context:
space:
mode:
authornethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-11-18 12:58:53 +0000
committernethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-11-18 12:58:53 +0000
commit836d46c9dfb9308836e279bfb9554ac1ae081ce3 (patch)
treef62afb1e6ee00e8f372aa4256c29b945117d4fd7 /valgrind.pc.in
parentc5e1d806c4f11f91401be4b9f70ac08b1c9d6f61 (diff)
Tweaks for keeping Josef's external Callgrind tool running, including a bumping
of the interface major version number. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3043 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'valgrind.pc.in')
-rw-r--r--valgrind.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/valgrind.pc.in b/valgrind.pc.in
index 1b5e3384..883f5698 100644
--- a/valgrind.pc.in
+++ b/valgrind.pc.in
@@ -1,11 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/valgrind
Name: Valgrind
Description: Program supervision framework for x86-GNU/Linux
Version: @VERSION@
Requires:
Libs:
-Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_PLATFORM@
+Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_OS@ -I${includedir}/@VG_PLATFORM@ @ARCH_TOOL_AM_CFLAGS@