diff options
Diffstat (limited to 'TAO/tests/POA')
-rw-r--r-- | TAO/tests/POA/Persistent_ID/Makefile.am | 6 | ||||
-rw-r--r-- | TAO/tests/POA/Persistent_ID/Persistent_ID.mpc | 6 |
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 { } |