Skip to content

Commit

Permalink
hotfix: missing lpthread
Browse files Browse the repository at this point in the history
  • Loading branch information
pckben committed May 2, 2013
1 parent 18348aa commit d32638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
include ../make.mk include ../make.mk
OBJ = test_server.o test_client.o test_worker.o OBJ = test_server.o test_client.o test_worker.o
OUT = test_server test_client test_worker OUT = test_server test_client test_worker
LINK = ../threaded-server.a LINK = ../threaded-server.a -lpthread
INCLUDES = -I ../src INCLUDES = -I ../src


all: $(OUT) all: $(OUT)
Expand Down

0 comments on commit d32638a

Please sign in to comment.