summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2009-12-02 19:45:56 -0600
committerChristophe Varoqui <christophe.varoqui@free.fr>2009-12-03 21:07:11 +0100
commit0232541f9d07dfedf6b8daa8f7a206ad692dcb09 (patch)
treea62ef25c4c6416fe82bf963c3566ee9f29d79a6b
parent74fd75ab33caa21b4ef7fa35556665c84c2187e5 (diff)
downloadmultipath-tools-0232541f9d07dfedf6b8daa8f7a206ad692dcb09.tar.gz
multipath-tools-0232541f9d07dfedf6b8daa8f7a206ad692dcb09.tar.bz2
multipath-tools-0232541f9d07dfedf6b8daa8f7a206ad692dcb09.zip
multipath-tools: fix soname
I assume that the soname wasn't supposed to have a 'd' at the end. -Ben Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
-rw-r--r--libmultipath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmultipath/Makefile b/libmultipath/Makefile
index ec1ab9f..bd759c9 100644
--- a/libmultipath/Makefile
+++ b/libmultipath/Makefile
@@ -4,7 +4,7 @@
#
include ../Makefile.inc
-SONAME=0d
+SONAME=0
DEVLIB = libmultipath.so
LIBS = $(DEVLIB).$(SONAME)
LIBDEPS = -lpthread -ldl -ldevmapper