summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc')
-rw-r--r--TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc b/TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc
index eb1f0b5c800..127f20a4c3f 100644
--- a/TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc
+++ b/TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc
@@ -14,7 +14,7 @@ project (Simple_Server_Stub) : taolib_with_idl, ciao_client {
project (Simple_Component_Server) : ciao_server {
after += Simple_Server_Stub
- libs += CIAO_Simple_Server_Stub
+ libs += CIAO_Simple_Server_Stub CIAO_Events
exename = Simple_Component_Server
Source_Files {
@@ -27,7 +27,7 @@ project (Simple_Component_Server) : ciao_server {
// Use the following settings as a blueprint for creating client project.
project (Simple_Component_Server_test_client) : ciao_server {
after += Simple_Server_Stub
- libs += CIAO_Simple_Server_Stub
+ libs += CIAO_Simple_Server_Stub CIAO_Events
libpaths += $(CIAO_ROOT)/tools/Simple_Component_Server
exename = sample_client