summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2008-02-18 17:38:07 +0100
committerMartin Mares <mj@ucw.cz>2008-02-18 17:38:07 +0100
commit5ad89ed991b7b32abb0339c2984628ef8a8c85b9 (patch)
tree446e225bf15484af02038396376d0672656d75b0
parenta1fca487e29bc0b94cf6136c4795709454086636 (diff)
downloadpciutils-5ad89ed991b7b32abb0339c2984628ef8a8c85b9.tar.gz
Use `libpci.so.X.Y.Z' instead of `libpci-X.Y.Z.so'.
-rwxr-xr-xlib/configure2
1 files changed, 1 insertions, 1 deletions
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)'