summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2012-08-31 17:49:46 +0000
committerRalph Giles <giles@xiph.org>2012-08-31 17:49:46 +0000
commit49c0bb7f483a7fc070de860695896af291cb19ba (patch)
tree626ae962bdc396ceed343adb7c36115201ec7b31
parentfe9085b6294001b755bc0e81dbd2adfdc5deaea6 (diff)
downloadogg-git-49c0bb7f483a7fc070de860695896af291cb19ba.tar.gz
Provide the static library from ogg-uninstalled.pc.
Previously we linked libogg.la, which only works if the caller is using libtool. This also forces a static link when building against uninstalled libogg, which is is usually what I want, but does require rebuilding after an update. svn path=/trunk/ogg/; revision=18565
-rw-r--r--ogg-uninstalled.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogg-uninstalled.pc.in b/ogg-uninstalled.pc.in
index 6d692dc..7872cc6 100644
--- a/ogg-uninstalled.pc.in
+++ b/ogg-uninstalled.pc.in
@@ -10,5 +10,5 @@ Description: ogg is a library for manipulating ogg bitstreams (not installed)
Version: @VERSION@
Requires:
Conflicts:
-Libs: ${libdir}/libogg.la
+Libs: ${libdir}/.libs/libogg.a
Cflags: -I${includedir}