From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Seubv-00083B-Ag for qemu-devel@nongnu.org; Wed, 13 Jun 2012 16:56:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Seubt-0008DS-3j for qemu-devel@nongnu.org; Wed, 13 Jun 2012 16:56:14 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:34697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Seubs-0008Ce-TN for qemu-devel@nongnu.org; Wed, 13 Jun 2012 16:56:13 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 13 Jun 2012 14:56:08 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id E06783E40063 for ; Wed, 13 Jun 2012 20:55:23 +0000 (WET) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5DKtIWi184542 for ; Wed, 13 Jun 2012 14:55:20 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5DKtI2j017547 for ; Wed, 13 Jun 2012 14:55:18 -0600 From: Anthony Liguori Date: Wed, 13 Jun 2012 15:55:00 -0500 Message-Id: <1339620902-4481-2-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1339620902-4481-1-git-send-email-aliguori@us.ibm.com> References: <1339620902-4481-1-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [PATCH 1/3] tests: fix dependency inclusion List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Peter A. G. Crosthwaite" , Paolo Bonzini , Andreas Faerber , Anthony Liguori Signed-off-by: Anthony Liguori --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 32550cb..93046bf 100644 --- a/Makefile +++ b/Makefile @@ -406,4 +406,4 @@ Makefile: $(GENERATED_HEADERS) # Include automatically generated dependency files -include $(wildcard *.d audio/*.d slirp/*.d block/*.d net/*.d ui/*.d qapi/*.d) --include $(wildcard qga/*.d hw/*.d hw/usb/*.d) +-include $(wildcard qga/*.d hw/*.d hw/usb/*.d tests/*.d) -- 1.7.5.4