dlm: master - build: fix install of .so.SOMAJOR

Fabio M. Di Nitto fabbione at fedoraproject.org
Thu Jan 5 08:42:32 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=78b0d0496eac6f57843aa4aa004e2fec75c87fa7
Commit:        78b0d0496eac6f57843aa4aa004e2fec75c87fa7
Parent:        9f0a8db4c953d81b3bfb65bf58753ffdd3abb320
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Thu Jan 5 09:40:38 2012 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Thu Jan 5 09:40:38 2012 +0100

build: fix install of .so.SOMAJOR

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 libdlm/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libdlm/Makefile b/libdlm/Makefile
index 9a8c383..bcb1b6a 100644
--- a/libdlm/Makefile
+++ b/libdlm/Makefile
@@ -124,7 +124,9 @@ install: all
 	$(INSTALL) -c -m 755 $(LIB_TARGET) $(DESTDIR)/$(LIBDIR)
 	$(INSTALL) -c -m 755 $(LLT_TARGET) $(DESTDIR)/$(LIBDIR)
 	cp -a $(LIB_SO) $(DESTDIR)/$(LIBDIR)
+	cp -a $(LIB_SMAJOR) $(DESTDIR)/$(LIBDIR)
 	cp -a $(LLT_SO) $(DESTDIR)/$(LIBDIR)
+	cp -a $(LLT_SMAJOR) $(DESTDIR)/$(LIBDIR)
 	$(INSTALL) -m 644 $(LIB_PC) $(DESTDIR)/$(PKGDIR)
 	$(INSTALL) -m 644 $(LLT_PC) $(DESTDIR)/$(PKGDIR)
 	$(INSTALL) -c -m 644 $(HDR_TARGET) $(DESTDIR)/$(HDRDIR)


More information about the cluster-commits mailing list