diff mbox

[15/24] Makefile.hw: allow hw/ files to include glib headers

Message ID 1314180683-8227-16-git-send-email-avi@redhat.com
State New
Headers show

Commit Message

Avi Kivity Aug. 24, 2011, 10:11 a.m. UTC
Signed-off-by: Avi Kivity <avi@redhat.com>
---
 Makefile.hw |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/Makefile.hw b/Makefile.hw
index 659e441..63eb7e4 100644
--- a/Makefile.hw
+++ b/Makefile.hw
@@ -10,6 +10,7 @@  include $(SRC_PATH)/rules.mak
 $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
 
 QEMU_CFLAGS+=-I..
+QEMU_CFLAGS += $(GLIB_CFLAGS)
 
 include $(SRC_PATH)/Makefile.objs