aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-08 13:15:49 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-08 13:15:49 +0000
commit8ce65842ad07d007963febce10bec54ad0063986 (patch)
tree3576225a8069ee3a706beade8fa709ef5b0a489d /tools/include
parent68b1230ae3933388add17859b370abeac28fb754 (diff)
downloadxen-8ce65842ad07d007963febce10bec54ad0063986.tar.gz
xen-8ce65842ad07d007963febce10bec54ad0063986.tar.bz2
xen-8ce65842ad07d007963febce10bec54ad0063986.zip
Move libelf headers out of xen public header dir.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/include/Makefile b/tools/include/Makefile
index db0b760559..62c27170ef 100644
--- a/tools/include/Makefile
+++ b/tools/include/Makefile
@@ -10,11 +10,12 @@ xen-foreign:
xen/.dir:
@rm -rf xen
- mkdir xen
+ mkdir -p xen/libelf
ln -sf ../$(XEN_ROOT)/xen/include/public/COPYING xen
ln -sf $(addprefix ../,$(wildcard $(XEN_ROOT)/xen/include/public/*.h)) xen
ln -sf $(addprefix ../$(XEN_ROOT)/xen/include/public/,arch-ia64 arch-x86 hvm io xsm) xen
ln -sf ../xen-sys/$(XEN_OS) xen/sys
+ ln -sf $(addprefix ../../$(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) xen/libelf/
ln -s ../xen-foreign xen/foreign
touch $@