From 60be10cc0d60410477ed9aa45b6e0ec5eb20a507 Mon Sep 17 00:00:00 2001 From: gerd Date: Fri, 12 Mar 2010 13:35:35 +0000 Subject: [PATCH] reflecting ticket #735; fix the command "pkg-config parrot --cflags" to gives the correct output git-svn-id: https://svn.parrot.org/parrot/trunk@44900 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- config/gen/makefiles/parrot_pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gen/makefiles/parrot_pc.in b/config/gen/makefiles/parrot_pc.in index 6a77d44c30..720d18190b 100644 --- a/config/gen/makefiles/parrot_pc.in +++ b/config/gen/makefiles/parrot_pc.in @@ -7,4 +7,4 @@ Name: parrot Description: virtual machine to execute bytecode for interpreted languages Version: @VERSION@ Libs: -L${libdir} -lparrot @icu_shared@ @libs@ -Cflags: -I${includedir} +Cflags: -I${includedir}@versiondir@ -- 2.11.4.GIT