summaryrefslogtreecommitdiff
path: root/TAO/tests/POA
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-23 14:42:47 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-23 14:42:47 +0000
commit2da0edaef8cce58e00b1aa1c5239cd9074950964 (patch)
treedf31aea55ed573edab68edbb9fe5f5bb3ad53cb6 /TAO/tests/POA
parent0fc61f57c97bc4e14aecee5d42da99ba584ff29c (diff)
downloadATCD-2da0edaef8cce58e00b1aa1c5239cd9074950964.tar.gz
ChangeLogTag: Sat Dec 23 14:35:09 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/POA')
-rw-r--r--TAO/tests/POA/Persistent_ID/Makefile.am6
-rw-r--r--TAO/tests/POA/Persistent_ID/Persistent_ID.mpc6
2 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/POA/Persistent_ID/Makefile.am b/TAO/tests/POA/Persistent_ID/Makefile.am
index ea97fc91d76..189409a10e5 100644
--- a/TAO/tests/POA/Persistent_ID/Makefile.am
+++ b/TAO/tests/POA/Persistent_ID/Makefile.am
@@ -59,8 +59,8 @@ server_CPPFLAGS = \
-I$(TAO_BUILDDIR)
server_SOURCES = \
- TestC.cpp \
- TestS.cpp \
+ testC.cpp \
+ testS.cpp \
server.cpp
server_LDADD = \
@@ -84,7 +84,7 @@ client_CPPFLAGS = \
-I$(TAO_BUILDDIR)
client_SOURCES = \
- TestC.cpp \
+ testC.cpp \
client.cpp
client_LDADD = \
diff --git a/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc b/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
index 22f8a42ae2c..da50f0ec27f 100644
--- a/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
+++ b/TAO/tests/POA/Persistent_ID/Persistent_ID.mpc
@@ -14,8 +14,8 @@ project(POA_server*): taoserver, avoids_corba_e_micro {
server.cpp
}
Source_Files {
- TestC.cpp
- TestS.cpp
+ testC.cpp
+ testS.cpp
}
IDL_Files {
}
@@ -29,7 +29,7 @@ project(POA_client*): taoserver {
client.cpp
}
Source_Files {
- TestC.cpp
+ testC.cpp
}
IDL_Files {
}