summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog12
-rw-r--r--TAO/orbsvcs/tests/Notify/Validate_Client/Makefile.am4
2 files changed, 11 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d051ed19e79..3c57bbbc25e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,12 +1,18 @@
+Fri Mar 20 01:54:00 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * orbsvcs/tests/Notify/Validate_Client/Makefile.am:
+
+ Fix for automake builds.
+
Thu Mar 19 18:34:18 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* NEWS:
* orbsvcs/Notify_Service/README:
-
+
Add text to describe the new validate_client functionality.
-
+
* orbsvcs/tests/Notify/Validate_Client/run_test.pl:
-
+
clean up all the intermediate files at the end of the test.
Thu Mar 19 15:16:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/TAO/orbsvcs/tests/Notify/Validate_Client/Makefile.am b/TAO/orbsvcs/tests/Notify/Validate_Client/Makefile.am
index 1923fd9d2de..93b3f902784 100644
--- a/TAO/orbsvcs/tests/Notify/Validate_Client/Makefile.am
+++ b/TAO/orbsvcs/tests/Notify/Validate_Client/Makefile.am
@@ -31,8 +31,8 @@ proxy_dummy_SOURCES = \
proxy_dummy_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
- $(TAO_BUILDDIR)/tao/llibTAO_AnyTypeCode.la \
- $(TAO_BUILDDIR)/tao/llibTAO.la \
+ $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
+ $(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
endif BUILD_EXCEPTIONS