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