summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2009-03-20 01:54:01 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2009-03-20 01:54:01 +0000
commit99b81e58f280d20e7c1f3f97abc89b8edaf8439f (patch)
tree8a1a16935af87411d5c9b7b993fa6f12389a1065
parent84249240ef6ba18590039764383bed8ca3a4db8a (diff)
downloadATCD-99b81e58f280d20e7c1f3f97abc89b8edaf8439f.tar.gz
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.
-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