From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWPsZ-0002Nk-8E for qemu-devel@nongnu.org; Thu, 30 Jul 2009 03:16:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWPsU-0002NQ-0O for qemu-devel@nongnu.org; Thu, 30 Jul 2009 03:16:42 -0400 Received: from [199.232.76.173] (port=51046 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWPsT-0002NN-Sw for qemu-devel@nongnu.org; Thu, 30 Jul 2009 03:16:37 -0400 Received: from mx20.gnu.org ([199.232.41.8]:11264) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWPsT-0002fT-78 for qemu-devel@nongnu.org; Thu, 30 Jul 2009 03:16:37 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWPsS-0005eQ-8E for qemu-devel@nongnu.org; Thu, 30 Jul 2009 03:16:36 -0400 In-Reply-To: (andrzej zaborowski's message of "Thu\, 30 Jul 2009 05\:43\:48 +0200") References: <10cf16f12b04dc937c4be23813d20c174c1137fb.1248918837.git.quintela@redhat.com> From: Juan Quintela Date: Thu, 30 Jul 2009 09:14:37 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH 42/42] Fold CURSES_LIBS into libsoftmmu_libs List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: andrzej zaborowski Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org andrzej zaborowski wrote: > 2009/7/30 Juan Quintela : >> >> Signed-off-by: Juan Quintela >> --- >> =C2=A0Makefile.target | =C2=A0 =C2=A02 +- >> =C2=A0configure =C2=A0 =C2=A0 =C2=A0 | =C2=A0 =C2=A05 ++--- >> =C2=A02 files changed, 3 insertions(+), 4 deletions(-) >> >> diff --git a/Makefile.target b/Makefile.target >> index 485cf69..434c88a 100644 >> --- a/Makefile.target >> +++ b/Makefile.target >> @@ -416,7 +416,7 @@ vl.o: qemu-options.h >> >> =C2=A0monitor.o: qemu-monitor.h >> >> -LIBS +=3D $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS) $(CUR= L_LIBS) >> +LIBS +=3D $(COCOA_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS) $(CURL_LIBS) > > Why different from Cocoa/brlapi/vde/curl? Not finished yet. Part of the ToDo. Later, Juan.