]> Git Repo - qemu.git/commitdiff
Makefile.hw: allow hw/ files to include glib headers
authorAvi Kivity <[email protected]>
Wed, 3 Aug 2011 15:55:00 +0000 (18:55 +0300)
committerAvi Kivity <[email protected]>
Sun, 4 Sep 2011 14:46:51 +0000 (17:46 +0300)
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
Makefile.hw

index 659e441992e1ca84c32a3d03975e5204b0939a7c..63eb7e40be7264268cbed33567b54f80f96bb2aa 100644 (file)
@@ -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
 
This page took 0.021477 seconds and 4 git commands to generate.