summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-01 15:02:56 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-01 15:02:56 +0000
commit4c6900949c17d808da205498ce5e3f7c68cf8387 (patch)
tree455f2bffe61e5c1debcdeebc3e4eb6a83474a361 /TAO/orbsvcs
parenta570c195f9d9b28acf0e61ad446e04fd56913c8d (diff)
downloadATCD-4c6900949c17d808da205498ce5e3f7c68cf8387.tar.gz
ChangeLogTag: Fri Dec 1 14:59:02 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/tests/Event/UDP/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Event/UDP/Makefile.am b/TAO/orbsvcs/tests/Event/UDP/Makefile.am
index 34aace47e3a..0c348844023 100644
--- a/TAO/orbsvcs/tests/Event/UDP/Makefile.am
+++ b/TAO/orbsvcs/tests/Event/UDP/Makefile.am
@@ -66,8 +66,8 @@ receiver_CPPFLAGS = \
receiver_SOURCES = \
AddrServer.cpp \
Consumer.cpp \
- TestC.idl \
- TestS.idl \
+ TestC.cpp \
+ TestS.cpp \
receiver.cpp \
AddrServer.h \
Consumer.h
@@ -111,8 +111,8 @@ sender_CPPFLAGS = \
sender_SOURCES = \
AddrServer.cpp \
Supplier.cpp \
- TestC.idl \
- TestS.idl \
+ TestC.cpp \
+ TestS.cpp \
sender.cpp \
AddrServer.h \
Supplier.h