]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.target
Add Virtual Distributed Ethernet native support, by Luca Bigliardi.
[mirror_qemu.git] / Makefile.target
index 73adbb15e0f6f91fb9617a87b6fb24559099bba5..10f3cb23ac9554c5b25e668fe2db83839081e2ff 100644 (file)
@@ -655,7 +655,7 @@ main.o: CFLAGS+=-p
 endif
 
 $(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
-       $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS)
+       $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS)
 
 endif # !CONFIG_USER_ONLY