From fcacb5615e045953fc2c328c3e530d7eb65c4b3f Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 31 Aug 2012 17:49:46 +0000 Subject: 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 --- ogg-uninstalled.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogg-uninstalled.pc.in') 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} -- cgit v1.2.1