[svn:parrot] r44900 - trunk/config/gen/makefiles

gerd at svn.parrot.org gerd at svn.parrot.org
Fri Mar 12 13:35:38 UTC 2010


Author: gerd
Date: Fri Mar 12 13:35:35 2010
New Revision: 44900
URL: https://trac.parrot.org/parrot/changeset/44900

Log:
reflecting ticket #735; fix the command "pkg-config parrot --cflags" to gives the correct output

Modified:
   trunk/config/gen/makefiles/parrot_pc.in

Modified: trunk/config/gen/makefiles/parrot_pc.in
==============================================================================
--- trunk/config/gen/makefiles/parrot_pc.in	Fri Mar 12 07:48:54 2010	(r44899)
+++ trunk/config/gen/makefiles/parrot_pc.in	Fri Mar 12 13:35:35 2010	(r44900)
@@ -7,4 +7,4 @@
 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@


More information about the parrot-commits mailing list