Add orcc to pkg-config files
authorDavid Schleef <ds@schleef.org>
Sat, 19 Sep 2009 17:34:37 +0000 (10:34 -0700)
committerDavid Schleef <ds@schleef.org>
Sat, 19 Sep 2009 17:34:37 +0000 (10:34 -0700)
orc-uninstalled.pc.in
orc.pc.in

index b1fb54b..7c18fc4 100644 (file)
@@ -8,3 +8,5 @@ Description: Library of Optimized Inner Loops Runtime Compiler
 Version: @VERSION@
 Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
 Cflags: -I${includedir}
+
+orcc=${pcfiledir}/tools/orcc@EXEEXT@
index e0cb517..61bc3dc 100644 (file)
--- a/orc.pc.in
+++ b/orc.pc.in
@@ -11,4 +11,5 @@ Version: @VERSION@
 Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
 Cflags: -I${includedir}
 
+orcc=${toolsdir}/orcc@EXEEXT@