Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2012-09-19 10:42:16 +0400
committerRalph Giles <giles@mozilla.com>2012-09-19 21:09:32 +0400
commitff16ab098e1ffe799f8ea87efc7458fcf0a93371 (patch)
treecffd70695a23060d57cd7349a56a2ef5e236e37a /opus-uninstalled.pc.in
parentcc71cded7690c1fb0912c8e54919cf3462f521d6 (diff)
Just fix opus-uninstalled.pc instead of tweaking the build dir
Doing it this way means it's only the weird corner case that actually pays for being weird, and we don't litter the build dir with an extra link that normal builds really don't need at all. It also avoids the problem of platforms where LN_S isn't well defined.
Diffstat (limited to 'opus-uninstalled.pc.in')
-rw-r--r--opus-uninstalled.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opus-uninstalled.pc.in b/opus-uninstalled.pc.in
index b26b208c..36e8db6a 100644
--- a/opus-uninstalled.pc.in
+++ b/opus-uninstalled.pc.in
@@ -9,4 +9,4 @@ Version: @VERSION@
Requires:
Conflicts:
Libs: ${libdir}/libopus.a @PC_LIBM@
-Cflags: -I${includedir}/include
+Cflags: -I${pcfiledir}/@top_srcdir@/include