From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAQr-0005Hq-FI for qemu-devel@nongnu.org; Wed, 24 Aug 2011 06:11:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwAQm-0006Fj-Ei for qemu-devel@nongnu.org; Wed, 24 Aug 2011 06:11:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAQk-0006EB-Ps for qemu-devel@nongnu.org; Wed, 24 Aug 2011 06:11:31 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7OABUNI006099 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 24 Aug 2011 06:11:30 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7OABSjx015195 for ; Wed, 24 Aug 2011 06:11:29 -0400 From: Avi Kivity Date: Wed, 24 Aug 2011 13:11:14 +0300 Message-Id: <1314180683-8227-16-git-send-email-avi@redhat.com> In-Reply-To: <1314180683-8227-1-git-send-email-avi@redhat.com> References: <1314180683-8227-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH 15/24] Makefile.hw: allow hw/ files to include glib headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Avi Kivity --- 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