summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Timer_Queue/Makefile')
-rw-r--r--examples/Timer_Queue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Timer_Queue/Makefile b/examples/Timer_Queue/Makefile
index 96bf4c5a465..2799e798b7f 100644
--- a/examples/Timer_Queue/Makefile
+++ b/examples/Timer_Queue/Makefile
@@ -24,7 +24,7 @@ LSRC = Async_Timer_Queue_Test.cpp \
LDLIBS = -lTQTD
-LIBS += $(ACELIB)
+VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)