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
commitfcacb5615e045953fc2c328c3e530d7eb65c4b3f (patch)
tree626ae962bdc396ceed343adb7c36115201ec7b31
parent2d673be9ae0b3263fbe941296b5d11755988905b (diff)
downloadogg-fcacb5615e045953fc2c328c3e530d7eb65c4b3f.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. git-svn-id: http://svn.xiph.org/trunk/ogg@18565 0101bb08-14d6-0310-b084-bc0e0c8e3800
-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}