diff options
Diffstat (limited to 'doc/examples/GNUmakefile')
-rw-r--r-- | doc/examples/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile index a27ad25a9..23045961e 100644 --- a/doc/examples/GNUmakefile +++ b/doc/examples/GNUmakefile @@ -21,4 +21,4 @@ eax_test: eax_test.cpp $(CXX) $(CFLAGS) $? $(LIBS) -lboost_regex -o $@ asio_tls_server: asio_tls_server.cpp - $(CXX) $(CFLAGS) $? $(LIBS) -lboost_thread -o $@ + $(CXX) $(CFLAGS) $? $(LIBS) -lboost_thread -lboost_system -o $@ |