summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-17 18:06:28 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-17 18:06:28 +0000
commit8587ec9c18f50539288e4f9b05b44047187d8690 (patch)
tree7175245fa9472d5a02567860af4e70b3e4516ab3
parent35395af7583a696fe37aea36da5f2ef8e520b180 (diff)
downloadATCD-8587ec9c18f50539288e4f9b05b44047187d8690.tar.gz
ChangeLogTag: Sun Nov 17 12:05:20 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Portable_Interceptors/Makefile.bor1
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 97a407fa213..798b0855bf6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 17 12:05:20 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * tests/Portable_Interceptors/Makefile.bor: Added AMI test to the
+ list of tests that needs compilation. Thanks to Johnny for
+ pointing this out.
+
Sun Nov 17 09:37:08 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/orbsvcs/Makefile*: Updated dependencies again.
diff --git a/TAO/tests/Portable_Interceptors/Makefile.bor b/TAO/tests/Portable_Interceptors/Makefile.bor
index 8ff05d49ba3..b2234e2c0c4 100644
--- a/TAO/tests/Portable_Interceptors/Makefile.bor
+++ b/TAO/tests/Portable_Interceptors/Makefile.bor
@@ -9,6 +9,7 @@ DIRS = \
IORInterceptor \
ForwardRequest \
Request_Interceptor_Flow \
+ AMI \
PICurrent
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>