summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-13 17:39:11 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-13 17:39:11 +0000
commiteba286ab21978914a8b13b2917ebaffcea3d7005 (patch)
tree6725996fc478324ea74f5bd26bc2823b98fec676 /TAO/CIAO/tools/Simple_Component_Server/Simple_Component_Server.mpc
parent4a8d97c644872d2292e6c4c348df9bff1cbbdcd1 (diff)
downloadATCD-eba286ab21978914a8b13b2917ebaffcea3d7005.tar.gz
*** empty log message ***EC_integration_stage_0
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