From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBgAH-00045h-IG for qemu-devel@nongnu.org; Wed, 12 Sep 2012 02:11:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBgAD-0007YN-MQ for qemu-devel@nongnu.org; Wed, 12 Sep 2012 02:11:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBgAD-0007YB-E7 for qemu-devel@nongnu.org; Wed, 12 Sep 2012 02:11:05 -0400 Message-ID: <5050276B.1090504@redhat.com> Date: Wed, 12 Sep 2012 08:10:51 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1347389878-15136-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1347389878-15136-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] configure: usbredir fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Michael Tokarev , qemu-devel@nongnu.org On 09/11/12 20:57, Aurelien Jarno wrote: > usbredir is only used by system emulation, so add the libraries to > libs_softmmu instead of LIBS. Patch added to usb patch queue. thanks, Gerd