diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-13 21:05:38 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-13 21:05:38 +0000 |
commit | ced2cde6679a299d19c8cd0006df10b5acbf26ba (patch) | |
tree | 6e60a96b1b1525e6d6875011d8ea14c65579d06e | |
parent | e0b783b2e14bcaec8d934fc8874512a697eca53e (diff) | |
download | ATCD-ced2cde6679a299d19c8cd0006df10b5acbf26ba.tar.gz |
ChangeLogTag: Fri Dec 13 14:30:19 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r-- | TAO/ChangeLog | 3 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/InterfaceRepo/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 9a5f25c9cbf..1c94338a815 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,8 +1,9 @@ Fri Dec 13 14:30:19 2002 Jeff Parsons <j.parsons@vanderbilt.edu> * orbsvcs/tests/InterfaceRepo/InterfaceRepo.dsw: + * orbsvcs/tests/InterfaceRepo/Makefile: - Added project below to workspace. + Added project below to workspace, and directory to Makefile. * orbsvcs/tests/InterfaceRepo/Latency_Test/Latency Test.dsp: * orbsvcs/tests/InterfaceRepo/Latency_Test/Latency_Query_Client.cpp: diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Makefile b/TAO/orbsvcs/tests/InterfaceRepo/Makefile index 5c7d7b1a1d2..5c467d0afcd 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Makefile +++ b/TAO/orbsvcs/tests/InterfaceRepo/Makefile @@ -10,7 +10,8 @@ DIRS = IFR_Test \ Persistence_Test \ - Application_Test + Application_Test \ + Latency_Test ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO |