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

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


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

build: fix install of libdlmcontrold.so.SOMAJOR

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

diff --git a/dlm_controld/Makefile b/dlm_controld/Makefile
index 27bb99d..0e2e4da 100644
--- a/dlm_controld/Makefile
+++ b/dlm_controld/Makefile
@@ -97,6 +97,7 @@ install: all
 	$(INSTALL) -c -m 755 $(BIN_TARGET) $(DESTDIR)/$(BINDIR)
 	$(INSTALL) -c -m 755 $(LIB_TARGET) $(DESTDIR)/$(LIBDIR)
 	cp -a $(LIB_SO) $(DESTDIR)/$(LIBDIR)
+	cp -a $(LIB_SMAJOR) $(DESTDIR)/$(LIBDIR)
 	$(INSTALL) -c -m 644 $(HDR_TARGET) $(DESTDIR)/$(HDRDIR)
 	$(INSTALL) -m 755 $(INI_TARGET) $(DESTDIR)/$(INIDIR)
 	$(INSTALL) -m 644 $(MAN_TARGET) $(DESTDIR)/$(MANDIR)/man8/


More information about the cluster-commits mailing list