From: Martin Mares Date: Mon, 18 Feb 2008 16:38:07 +0000 (+0100) Subject: Use `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'. X-Git-Tag: v3.0.0~1^2~6 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5ad89ed991b7b32abb0339c2984628ef8a8c85b9;p=pciutils.git Use `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'. --- diff --git a/lib/configure b/lib/configure index e5ee300..0a0a944 100755 --- a/lib/configure +++ b/lib/configure @@ -157,7 +157,7 @@ if [ "$SHARED" = no ] ; then echo >>$m 'LDLIBS=$(WITH_LIBS)' echo >>$m 'LIB_LDLIBS=' else - echo >>$m 'PCILIB=$(LIBNAME)-$(VERSION).so' + echo >>$m 'PCILIB=$(LIBNAME).so.$(VERSION)' # We link the dependencies _to_ the library, so we do not need explicit deps in .pc echo >>$m 'LDLIBS=' echo >>$m 'LIB_LDLIBS=$(WITH_LIBS)'