]> xenbits.xensource.com Git - xen.git/commitdiff
Fix header dependencies list, broken by c/s 16133.
authorKeir Fraser <keir@xensource.com>
Tue, 13 Nov 2007 20:13:50 +0000 (20:13 +0000)
committerKeir Fraser <keir@xensource.com>
Tue, 13 Nov 2007 20:13:50 +0000 (20:13 +0000)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/Rules.mk

index 05ad43c1e34a1fb3f05f126a41736cd7dddfd4c6..db2447a450f838f16699c75690e983d4ab0f00ca 100644 (file)
@@ -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)