|
From: Nicholas N. <nj...@ca...> - 2004-10-14 10:22:24
|
CVS commit by nethercote:
Change so that external tools can find the appropriate $ARCH and $PLATFORM
subdirs.
M +1 -1 valgrind.pc.in 1.2
--- valgrind/valgrind.pc.in #1.1:1.2
@@ -9,3 +9,3 @@
Requires:
Libs:
-Cflags: -I${includedir}
+Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_PLATFORM@
|