From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR0Yu-0001dX-Cq for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:00:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR0Ym-0002uF-IY for qemu-devel@nongnu.org; Wed, 24 Oct 2012 08:59:56 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:63124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR0Ym-0002u0-CF for qemu-devel@nongnu.org; Wed, 24 Oct 2012 08:59:48 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so330625pad.4 for ; Wed, 24 Oct 2012 05:59:47 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 24 Oct 2012 14:58:32 +0200 Message-Id: <1351083542-15272-3-git-send-email-pbonzini@redhat.com> In-Reply-To: <1351083542-15272-1-git-send-email-pbonzini@redhat.com> References: <1351083542-15272-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 02/32] vscclient: use per-target variables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, aliguori@us.ibm.com Signed-off-by: Paolo Bonzini --- Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 5fc94ef..21b4ded 100644 --- a/Makefile +++ b/Makefile @@ -162,8 +162,9 @@ qemu-io$(EXESUF): qemu-io.o cmd.o $(tools-obj-y) $(block-obj-y) qemu-bridge-helper$(EXESUF): qemu-bridge-helper.o +vscclient$(EXESUF): LIBS += $(libcacard_libs) vscclient$(EXESUF): $(libcacard-y) $(oslib-obj-y) $(trace-obj-y) $(tools-obj-y) qemu-timer-common.o libcacard/vscclient.o - $(call quiet-command,$(CC) $(LDFLAGS) -o $@ $^ $(libcacard_libs) $(LIBS)," LINK $@") + $(call LINK, $^) fsdev/virtfs-proxy-helper$(EXESUF): fsdev/virtfs-proxy-helper.o fsdev/virtio-9p-marshal.o oslib-posix.o $(trace-obj-y) fsdev/virtfs-proxy-helper$(EXESUF): LIBS += -lcap -- 1.7.1