summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-07-19 09:56:24 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-07-19 09:56:24 +0000
commit8a16d273887cce159fd1c30ee820ec30ef93e661 (patch)
treee2c0220bdb810f7e31ba5bcabcb273be35cbcd93 /Makefile.target
parentc4d10628c141599dd735842814d4f17ee402cfb4 (diff)
downloadqemu-8a16d273887cce159fd1c30ee820ec30ef93e661.tar.gz
Add Virtual Distributed Ethernet native support, by Luca Bigliardi.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4896 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 73adbb15e0..10f3cb23ac 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -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