diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-17 23:24:06 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-17 23:24:06 +0000 |
commit | 850638dba7177346c720a0398a83f886441aca99 (patch) | |
tree | 485333c44396848ef4b0d907c41861015392cb6d | |
parent | 8b33da1bd19cb1947c08cb99336ef399c5df2a54 (diff) | |
download | ATCD-850638dba7177346c720a0398a83f886441aca99.tar.gz |
ChangeLogTag:Sun Aug 17 16:14:03 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r-- | TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile | 2 | ||||
-rw-r--r-- | TAO/examples/RTScheduling/MIF_Scheduler/Makefile | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/EC_Multiple/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile index 5d03297135e..0d54539de17 100644 --- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile +++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Makefile @@ -12,7 +12,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -LIBS = -lTAO_RTScheduler -lTAO_PortableServer -lTAO_CosNaming +LIBS = -lTAO_RTScheduler -lTAO_CosNaming -lTAO_PortableServer -lTAO_ObjRefTemplate -lTAO_Valuetype -lTAO_IORInterceptor BIN_UNCHECKED = test Starter IDL_FILES = ../Synch \ diff --git a/TAO/examples/RTScheduling/MIF_Scheduler/Makefile b/TAO/examples/RTScheduling/MIF_Scheduler/Makefile index 0b13623b52e..36a4c81fa21 100644 --- a/TAO/examples/RTScheduling/MIF_Scheduler/Makefile +++ b/TAO/examples/RTScheduling/MIF_Scheduler/Makefile @@ -12,7 +12,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -LIBS = -lTAO_RTScheduler -lTAO_PortableServer -lTAO_CosNaming +LIBS = -lTAO_RTScheduler -lTAO_CosNaming -lTAO_PortableServer -lTAO_ObjRefTemplate -lTAO_Valuetype -lTAO_IORInterceptor BIN_UNCHECKED = test Starter IDL_FILES = ../Synch \ diff --git a/TAO/orbsvcs/tests/EC_Multiple/Makefile b/TAO/orbsvcs/tests/EC_Multiple/Makefile index da1779a0e14..283e70b06de 100644 --- a/TAO/orbsvcs/tests/EC_Multiple/Makefile +++ b/TAO/orbsvcs/tests/EC_Multiple/Makefile @@ -1,7 +1,7 @@ # $Id$ SRC = $(BIN:%=%$(VAR).cpp) -LDLIBS= -lTAO_RTOLDEvent -lTAO_RTSchedEvent -lTAO_RTSched -lTAO_RTEvent -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable $(TAO_SRVR_LIBS) +LDLIBS= -lTAO_RTOLDEvent -lTAO_RTSchedEvent -lTAO_RTSched -lTAO_RTEvent -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_Messaging $(TAO_SRVR_LIBS) ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO |