summaryrefslogtreecommitdiff
path: root/config/Paths.mk.in
diff options
context:
space:
mode:
authorWei Liu <wei.liu2@citrix.com>2015-01-09 14:32:18 +0000
committerIan Campbell <ian.campbell@citrix.com>2015-01-19 15:32:17 +0000
commitbabeca328413baebfdca366a5b17c06acf4295e8 (patch)
tree1469e9fe1d91046ee763752ebdfcd3d0e44aad24 /config/Paths.mk.in
parent8ff079803677b82195addebc0e88f1630cb7354b (diff)
downloadxen-babeca328413baebfdca366a5b17c06acf4295e8.tar.gz
libxl: provide xenlight.pc
A pkg-config file for libxl. It also contains two variables (xenfirmwaredir and libexec_bin) so that tools that are very keen on knowing the locations of Xen binaries (say, libvirt) can use them to determine the location of the binaries. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Cc: Ian Campbell <ian.campbell@citrix.com> Cc: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> [ ijc -- ran autogen.sh ]
Diffstat (limited to 'config/Paths.mk.in')
-rw-r--r--config/Paths.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Paths.mk.in b/config/Paths.mk.in
index fe10f76b3c..150bae7d0b 100644
--- a/config/Paths.mk.in
+++ b/config/Paths.mk.in
@@ -57,7 +57,7 @@ BASH_COMPLETION_DIR := $(CONFIG_DIR)/bash_completion.d
XEN_LOCK_DIR := @XEN_LOCK_DIR@
XEN_PAGING_DIR := @XEN_PAGING_DIR@
-XENFIRMWAREDIR := $(LIBEXEC)/boot
+XENFIRMWAREDIR := @XENFIRMWAREDIR@
XEN_CONFIG_DIR := @XEN_CONFIG_DIR@
XEN_SCRIPT_DIR := @XEN_SCRIPT_DIR@