summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-28 08:07:13 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-28 08:07:13 +0000
commit6fa3961505c0bfe99ca463aa15f307bb53d42d36 (patch)
tree65cd0530459a2c80d0a59208a10bc5dc9536e0a3 /TAO/orbsvcs/tests/Simple_Naming
parentf1289852161467a2728c141d619446acfe2b93c2 (diff)
downloadATCD-6fa3961505c0bfe99ca463aa15f307bb53d42d36.tar.gz
ChangeLogTag: Wed Feb 28 08:57:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Simple_Naming')
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/makefile.bor9
1 files changed, 8 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/makefile.bor b/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
index 3358fb4cefa..0e72ee08a3a 100644
--- a/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
+++ b/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
@@ -13,12 +13,19 @@ OBJFILES = \
CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) -I$(TAO_ROOT)/orbsvcs
-LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_NAMING_LIB) $(TAO_SVC_UTILS_LIB)
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_SVC_UTILS_LIB)
CPPDIR = .
IDLDIR = .
+IDLFILES = test_object.idl
+
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
#