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/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Makefile b/examples/Service_Configurator/IPC-tests/server/Makefile
index f48180a370d..d21fc7ce2e1 100644
--- a/examples/Service_Configurator/IPC-tests/server/Makefile
+++ b/examples/Service_Configurator/IPC-tests/server/Makefile
@@ -26,8 +26,11 @@ FILES = Handle_L_Dgram \
PSRC = $(addsuffix .cpp,$(BIN))
LSRC = $(addsuffix .cpp,$(FILES))
+
+LDLIBS +=
+LIBS += $(ACELIB)
-BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)
+BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)
#----------------------------------------------------------------------------
# Include macros and targets