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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2008-03-24 02:15:41 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2008-03-24 02:15:41 +0300
commitd9ca7526e187474bce53b94ca0220f4a39f18baa (patch)
tree1b75349ddcbe739d9d00beb7649f0555fcd8f017 /speexdsp.pc.in
parentf2c22840d435aa17acf0ddbb7c9931cf3b3d8dd2 (diff)
Patch by Ron to only add -lm when linking static
git-svn-id: http://svn.xiph.org/trunk/speex@14618 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'speexdsp.pc.in')
-rw-r--r--speexdsp.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/speexdsp.pc.in b/speexdsp.pc.in
index 328a866..d9f75b7 100644
--- a/speexdsp.pc.in
+++ b/speexdsp.pc.in
@@ -10,5 +10,6 @@ Description: Speexdsp is a speech processing library that goes along with the Sp
Version: @SPEEX_VERSION@
Requires:
Conflicts:
-Libs: -L${libdir} -lspeexdsp -lm
+Libs: -L${libdir} -lspeexdsp
+Libs.private: -lm
Cflags: -I${includedir}