From: Stéphane Graber Date: Mon, 7 Jan 2013 22:46:16 +0000 (-0500) Subject: Makefile.am: Add missing liblxc symlink X-Git-Tag: lxc-0.9.0.alpha3~1^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af3759fea144f73ddf1c2c7c35d468a2b8ba133;p=thirdparty%2Flxc.git Makefile.am: Add missing liblxc symlink Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- diff --git a/src/lxc/Makefile.am b/src/lxc/Makefile.am index afcc095a8..693167aaa 100644 --- a/src/lxc/Makefile.am +++ b/src/lxc/Makefile.am @@ -183,6 +183,7 @@ install-exec-local: install-soPROGRAMS mv $(DESTDIR)$(libdir)/liblxc.so $(DESTDIR)$(libdir)/liblxc.so.$(VERSION) /sbin/ldconfig -l $(DESTDIR)$(libdir)/liblxc.so.$(VERSION) cd $(DESTDIR)$(libdir); \ + ln -sf liblxc.so.$(VERSION) liblxc.so.$(firstword $(subst ., ,$(VERSION))); \ ln -sf liblxc.so.$(firstword $(subst ., ,$(VERSION))) liblxc.so uninstall-local: