From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWMYe-00080R-AT for qemu-devel@nongnu.org; Wed, 29 Jul 2009 23:43:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWMYY-0007vN-V4 for qemu-devel@nongnu.org; Wed, 29 Jul 2009 23:43:55 -0400 Received: from [199.232.76.173] (port=47854 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWMYY-0007vK-Oy for qemu-devel@nongnu.org; Wed, 29 Jul 2009 23:43:50 -0400 Received: from mail-fx0-f207.google.com ([209.85.220.207]:53106) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWMYY-0002Nn-BD for qemu-devel@nongnu.org; Wed, 29 Jul 2009 23:43:50 -0400 Received: by fxm3 with SMTP id 3so629648fxm.8 for ; Wed, 29 Jul 2009 20:43:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <10cf16f12b04dc937c4be23813d20c174c1137fb.1248918837.git.quintela@redhat.com> References: <10cf16f12b04dc937c4be23813d20c174c1137fb.1248918837.git.quintela@redhat.com> Date: Thu, 30 Jul 2009 05:43:48 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH 42/42] Fold CURSES_LIBS into libsoftmmu_libs From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org 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) $(CURL= _LIBS) > +LIBS +=3D $(COCOA_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS) $(CURL_LIBS) Why different from Cocoa/brlapi/vde/curl? Cheers