updates makefile for wsperf stress test

This commit is contained in:
Peter Thorson
2012-06-28 06:52:11 -05:00
parent 8d9f55ad23
commit 84e021e679

View File

@@ -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