aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-01 23:46:39 +0000
committerlloyd <[email protected]>2014-01-01 23:46:39 +0000
commit48bd53d1918f9ee765313d62eacd054376c0b49e (patch)
treeb52ceeb72e3656635d882779493191efdfb8d974 /src/build-data/makefile
parent1119da3d0f6f8edf3dfa39672a9900ee009c5619 (diff)
Move asio tls server
Diffstat (limited to 'src/build-data/makefile')
-rw-r--r--src/build-data/makefile/unix_shr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/unix_shr.in b/src/build-data/makefile/unix_shr.in
index 53974c4ff..ccbbd6706 100644
--- a/src/build-data/makefile/unix_shr.in
+++ b/src/build-data/makefile/unix_shr.in
@@ -70,7 +70,7 @@ APPOBJS = %{app_objs}
# Link Commands
$(APP): $(LIBRARIES) $(APPOBJS)
- $(CXX) $(LDFLAGS) $(APPOBJS) $(SHARED_LIB) $(LINK_TO) -lboost_regex -o $(APP)
+ $(CXX) $(LDFLAGS) $(APPOBJS) $(SHARED_LIB) $(LINK_TO) -lboost_regex -lboost_thread -o $(APP)
$(STATIC_LIB): $(LIBOBJS)
$(RM) $(STATIC_LIB)