qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 15/24] Makefile.hw: allow hw/ files to include glib


From: Avi Kivity
Subject: [Qemu-devel] [PATCH 15/24] Makefile.hw: allow hw/ files to include glib headers
Date: Wed, 24 Aug 2011 13:11:14 +0300

Signed-off-by: Avi Kivity <address@hidden>
---
 Makefile.hw |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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
 
-- 
1.7.5.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]