]> xenbits.xensource.com Git - xen.git/commit
build system: Introduce INSTALL_SHLIB and SYMLINK_SHLIB
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 25 Jun 2014 09:54:38 +0000 (10:54 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 14 Jul 2014 15:07:50 +0000 (16:07 +0100)
commit0343a41c86841d1296aab080a006bd74e4669e2f
treee535f86cf7bbfe1acdc2ef587e26c86cd78ad1c5
parent6b76b4bb13407489b9f803c4b101d4c516650e2e
build system: Introduce INSTALL_SHLIB and SYMLINK_SHLIB

INSTALL_SHLIB is like INSTALL_PROG but used only for shared libraries.
SYMLINK_SHLIB is the ln -sf rune for shared library symlinks.

Use these in the appropriate places in tools/libxc and tools/xenstore.

No functional change right now.  In a forthcoming patch these
variables might take on different values.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Rules.mk
tools/libxc/Makefile
tools/libxl/Makefile
tools/xenstore/Makefile