From 8a16d273887cce159fd1c30ee820ec30ef93e661 Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 19 Jul 2008 09:56:24 +0000 Subject: 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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3756da89e7..5367cc0449 100644 --- a/Makefile +++ b/Makefile @@ -133,6 +133,8 @@ tcp_subr.o tcp_timer.o udp.o bootp.o debug.o tftp.o OBJS+=$(addprefix slirp/, $(SLIRP_OBJS)) endif +LIBS+=$(VDE_LIBS) + cocoa.o: cocoa.m $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< -- cgit v1.2.1