summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/server/Makefile')
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Makefile b/examples/Service_Configurator/IPC-tests/server/Makefile
index e23cf3d9b1d..ad9b434c583 100644
--- a/examples/Service_Configurator/IPC-tests/server/Makefile
+++ b/examples/Service_Configurator/IPC-tests/server/Makefile
@@ -27,8 +27,7 @@ FILES = Handle_L_Dgram \
PSRC = $(addsuffix .cpp,$(BIN))
LSRC = $(addsuffix .cpp,$(FILES))
-LDLIBS += -lServer
-LIBS += $(ACELIB)
+VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)