Fix for breakage introduced by c/s 16133. Signed-off-by: Jan Beulich <jbeulich@novell.com> Index: 2007-11-13/xen/Rules.mk ==================================================================--- 2007-11-13.orig/xen/Rules.mk 2007-10-22 16:06:01.000000000 +0200 +++ 2007-11-13/xen/Rules.mk 2007-11-13 15:18:23.000000000 +0100 @@ -39,7 +39,7 @@ TARGET := $(BASEDIR)/xen HDRS := $(wildcard *.h) HDRS += $(wildcard $(BASEDIR)/include/xen/*.h) -HDRS := $(wildcard $(BASEDIR)/include/xen/hvm/*.h) +HDRS += $(wildcard $(BASEDIR)/include/xen/hvm/*.h) HDRS += $(wildcard $(BASEDIR)/include/public/*.h) HDRS += $(wildcard $(BASEDIR)/include/public/*/*.h) HDRS += $(wildcard $(BASEDIR)/include/compat/*.h) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel