summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ior_corbaname
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-19 10:17:34 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-19 10:17:34 +0000
commit5a75faac27a9dc98cbe975b2d2d4223076fb004e (patch)
tree9a52df1a0850a8f5cfec9df8b563000dfa5fe136 /TAO/orbsvcs/tests/ior_corbaname
parent31c1fc5fff2412192576aaaa19599cd1f6bf861c (diff)
downloadATCD-5a75faac27a9dc98cbe975b2d2d4223076fb004e.tar.gz
ChangeLogTag: Wed Sep 19 12:00:04 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/ior_corbaname')
-rw-r--r--TAO/orbsvcs/tests/ior_corbaname/client.bor4
-rw-r--r--TAO/orbsvcs/tests/ior_corbaname/server.bor4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/ior_corbaname/client.bor b/TAO/orbsvcs/tests/ior_corbaname/client.bor
index 8839c1d4c0f..c1d66cd34a2 100644
--- a/TAO/orbsvcs/tests/ior_corbaname/client.bor
+++ b/TAO/orbsvcs/tests/ior_corbaname/client.bor
@@ -18,14 +18,14 @@ CFLAGS = \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_NAMING_CFLAGS) \
- $(TAO_SVCUTILS_CFLAGS)
+ $(TAO_SVC_UTILS_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_NAMING_LIB) \
- $(TAO_SVCUTILS_LIB)
+ $(TAO_SVC_UTILS_LIB)
IDLFILES = \
$(IDLDIR)\corbaname.idl
diff --git a/TAO/orbsvcs/tests/ior_corbaname/server.bor b/TAO/orbsvcs/tests/ior_corbaname/server.bor
index a9cb02e5e68..48aa9ddec78 100644
--- a/TAO/orbsvcs/tests/ior_corbaname/server.bor
+++ b/TAO/orbsvcs/tests/ior_corbaname/server.bor
@@ -20,14 +20,14 @@ CFLAGS = \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_NAMING_CFLAGS) \
- $(TAO_SVCUTILS_CFLAGS)
+ $(TAO_SVC_UTILS_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_NAMING_LIB) \
- $(TAO_SVCUTILS_LIB)
+ $(TAO_SVC_UTILS_LIB)
CPPDIR = .;..