summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/Makefile.TQTD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Timer_Queue/Makefile.TQTD')
-rw-r--r--examples/Timer_Queue/Makefile.TQTD3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Timer_Queue/Makefile.TQTD b/examples/Timer_Queue/Makefile.TQTD
index 6a704a50b18..e99862afeca 100644
--- a/examples/Timer_Queue/Makefile.TQTD
+++ b/examples/Timer_Queue/Makefile.TQTD
@@ -8,6 +8,7 @@
# Local macros
#----------------------------------------------------------------------------
+LIB = libTQTD.a
SHLIB = libTQTD.$(SOEXT)
FILES = Async_Timer_Queue_Test \
Reactor_Timer_Queue_Test \
@@ -17,7 +18,7 @@ LSRC = $(addsuffix .cpp,$(FILES))
LIBS += $(ACELIB)
-BUILD = $(VSHLIB)
+BUILD = $(VLIB) $(VSHLIB)
#----------------------------------------------------------------------------
# Include macros and targets