aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/GNUmakefile')
-rw-r--r--doc/examples/GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile
index 6238512dc..5616b5abe 100644
--- a/doc/examples/GNUmakefile
+++ b/doc/examples/GNUmakefile
@@ -19,3 +19,6 @@ clean:
eax_test: eax_test.cpp
$(CXX) $(CFLAGS) $? $(LIBS) -lboost_regex -o $@
+
+asio_tls_server: asio_tls_server.cpp
+ $(CXX) $(CFLAGS) $? $(LIBS) -lboost_thread -lboost_system -o $@