From e1558c20ad0ca6c12e4dd3360c0a1e770f9bcb0e Mon Sep 17 00:00:00 2001 From: Jon Dugan <jdugan@x1024.net> Date: Thu, 18 Jun 2009 01:49:18 +0000 Subject: [PATCH] update Makefile to work with iperf_api.c --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 5025138..dbc7222 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ CFLAGS=-g -Wall -OBJS=main.o timer.o net.o tcp_window_size.o units.o +OBJS=iperf_api.o timer.o net.o tcp_window_size.o units.o all: iperf