summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-06-15 21:59:16 +0000
committerSteve Huston <shuston@riverace.com>1999-06-15 21:59:16 +0000
commitd3d0f5811a62a883b7ebece327f53ff50e21a627 (patch)
treec6fa8e9eda6f61c67f472b9e8b73d30ddc782593 /examples/Service_Configurator
parent111fe6a3512f6cb0dfbc0f5ea38dd27fb7992640 (diff)
downloadATCD-d3d0f5811a62a883b7ebece327f53ff50e21a627.tar.gz
Added LDLIBS and LIBS += $(ACELIB)
Diffstat (limited to 'examples/Service_Configurator')
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Makefile b/examples/Service_Configurator/IPC-tests/server/Makefile
index ad9b434c583..e23cf3d9b1d 100644
--- a/examples/Service_Configurator/IPC-tests/server/Makefile
+++ b/examples/Service_Configurator/IPC-tests/server/Makefile
@@ -27,7 +27,8 @@ FILES = Handle_L_Dgram \
PSRC = $(addsuffix .cpp,$(BIN))
LSRC = $(addsuffix .cpp,$(FILES))
-VLDLIBS = $(LDLIBS:%=%$(VAR))
+LDLIBS += -lServer
+LIBS += $(ACELIB)
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)