diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:47:07 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:46 -0500 |
commit | 8e02e54cc44de66229da0d97698f57e38b69b315 (patch) | |
tree | 613a1646aa15ef46532134ce3cf1d4f477ff11fc /Makefile.target | |
parent | 3e2e0e6ba87f271e4b7dc5eac6c128940ad74002 (diff) | |
download | qemu-8e02e54cc44de66229da0d97698f57e38b69b315.zip |
VDE libs are used both by tools and softmmu
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 6553ecf5b5..94f0cc3c97 100644 --- a/Makefile.target +++ b/Makefile.target @@ -300,7 +300,7 @@ vl.o: qemu-options.h monitor.o: qemu-monitor.h -LIBS += $(COCOA_LIBS) $(VDE_LIBS) $(CURL_LIBS) +LIBS += $(COCOA_LIBS) $(CURL_LIBS) ARLIBS=../libqemu_common.a libqemu.a $(HWLIB) endif # CONFIG_SOFTMMU |