diff options
author | lloyd <[email protected]> | 2014-01-01 23:46:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-01 23:46:39 +0000 |
commit | 48bd53d1918f9ee765313d62eacd054376c0b49e (patch) | |
tree | b52ceeb72e3656635d882779493191efdfb8d974 /src/build-data | |
parent | 1119da3d0f6f8edf3dfa39672a9900ee009c5619 (diff) |
Move asio tls server
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/makefile/unix_shr.in | 2 |
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) |