From ec985edfe455584b7797eba2f7182b8e66389e2c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 19 Sep 2009 10:34:37 -0700 Subject: [PATCH] Add orcc to pkg-config files --- orc-uninstalled.pc.in | 2 ++ orc.pc.in | 1 + 2 files changed, 3 insertions(+) diff --git a/orc-uninstalled.pc.in b/orc-uninstalled.pc.in index b1fb54b..7c18fc4 100644 --- a/orc-uninstalled.pc.in +++ b/orc-uninstalled.pc.in @@ -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@ diff --git a/orc.pc.in b/orc.pc.in index e0cb517..61bc3dc 100644 --- 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@ -- 2.7.4