summaryrefslogtreecommitdiff
path: root/examples/Reactor/Proactor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Proactor/Makefile')
-rw-r--r--examples/Reactor/Proactor/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Reactor/Proactor/Makefile b/examples/Reactor/Proactor/Makefile
index c080b297abb..3932260c930 100644
--- a/examples/Reactor/Proactor/Makefile
+++ b/examples/Reactor/Proactor/Makefile
@@ -8,7 +8,10 @@
# Local macros
#----------------------------------------------------------------------------
-BIN = simple_test_proactor test_proactor test_aiosig_ace test_aiocb_ace test_timeout test_timeout_st post_completions test_end_event_loop
+BIN = test_proactor test_aiosig_ace
+LSRC = $(addsuffix .cpp,$(BIN))
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+BUILD = $(VBIN)
#----------------------------------------------------------------------------
# Include macros and targets