summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-12-27 12:46:25 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-12-27 12:46:25 +0000
commitc69f463ccb0dcc5bd2fad57aafd1821d1e0cd825 (patch)
tree11aeb181592fa5b28415227828de5b6a9e4254c7 /examples
parent603a9f8f1853a85f0361b6ddf09d11d97085806a (diff)
downloadATCD-c69f463ccb0dcc5bd2fad57aafd1821d1e0cd825.tar.gz
ChangeLogTag: Fri Dec 27 07:49:28 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Makefile2
-rw-r--r--examples/Service_Configurator/Misc/Makefile2
-rw-r--r--examples/Timer_Queue/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Makefile b/examples/Service_Configurator/IPC-tests/server/Makefile
index 39a8e1d62ac..5a623a49785 100644
--- a/examples/Service_Configurator/IPC-tests/server/Makefile
+++ b/examples/Service_Configurator/IPC-tests/server/Makefile
@@ -12,6 +12,8 @@ BIN = server_test
LIB = libServer.a
SHLIB = libServer.$(SOEXT)
+ACE_SHLIBS += $(ACELIB)
+
FILES = Handle_L_Dgram \
Handle_L_CODgram \
Handle_L_FIFO \
diff --git a/examples/Service_Configurator/Misc/Makefile b/examples/Service_Configurator/Misc/Makefile
index 481b6d3c47a..1a5cab41a58 100644
--- a/examples/Service_Configurator/Misc/Makefile
+++ b/examples/Service_Configurator/Misc/Makefile
@@ -20,6 +20,8 @@ LSRC = $(addsuffix .cpp,$(FILES))
LDLIBS =
+ACE_SHLIBS += $(ACELIB)
+
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)
#----------------------------------------------------------------------------
diff --git a/examples/Timer_Queue/Makefile b/examples/Timer_Queue/Makefile
index 2d26baf1878..aeb367df738 100644
--- a/examples/Timer_Queue/Makefile
+++ b/examples/Timer_Queue/Makefile
@@ -24,6 +24,8 @@ LSRC = Async_Timer_Queue_Test.cpp \
LDLIBS =
+ACE_SHLIBS += $(ACELIB)
+
BUILD = $(VLIB) $(VSHLIB) $(SHLIBA) $(VBIN)
#----------------------------------------------------------------------------