summaryrefslogtreecommitdiff
path: root/examples
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
commit28451f2b62c5d8ffc2335cd22e96195195f717b2 (patch)
treec6fa8e9eda6f61c67f472b9e8b73d30ddc782593 /examples
parent48b8e735f3691afc7d7bd06fd23ef4f3af36633c (diff)
downloadATCD-28451f2b62c5d8ffc2335cd22e96195195f717b2.tar.gz
Added LDLIBS and LIBS += $(ACELIB)
Diffstat (limited to 'examples')
-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)