]> mj.ucw.cz Git - pciutils.git/commitdiff
Use `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'.
authorMartin Mares <mj@ucw.cz>
Mon, 18 Feb 2008 16:38:07 +0000 (17:38 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 18 Feb 2008 16:38:07 +0000 (17:38 +0100)
lib/configure

index e5ee300b2dd7d0f329c193b20212fbeb0f0ea9e7..0a0a944b88842fa2aa60f5af40454ecff1719c0e 100755 (executable)
@@ -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)'