From 84e021e679e9b187e1d09ccf84cc2cfadc41529e Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 28 Jun 2012 06:52:11 -0500 Subject: [PATCH] updates makefile for wsperf stress test --- examples/wsperf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wsperf/Makefile b/examples/wsperf/Makefile index 05429bb03e..5c11ec1666 100644 --- a/examples/wsperf/Makefile +++ b/examples/wsperf/Makefile @@ -11,7 +11,7 @@ ifneq ($(OS), Darwin) LDFLAGS := $(LDFLAGS) -lrt -lpthread endif -wsperf: wsperf.o request.o case.o generic.o wscmd.o +wsperf: wsperf.o request.o case.o generic.o wscmd.o stress_aggregate.o stress_handler.o $(CXX) $(CFLAGS) $^ -o $@ $(LDFLAGS) %.o: %.cpp