summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-07-07 07:52:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-07-07 07:52:26 +0000
commitf23cd916370450ea58129abcd931e2d52603e6c4 (patch)
tree1cab79d3bd35ee207ce26d74a6f258ccdc560c81 /TAO/orbsvcs/ImplRepo_Service
parent1217db825873c31cfbe334b23083eb83612226b6 (diff)
downloadATCD-f23cd916370450ea58129abcd931e2d52603e6c4.tar.gz
ChangeLogTag: Mon Jul 07 07:50:52 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Makefile b/TAO/orbsvcs/ImplRepo_Service/Makefile
index 08d4b36daae..df03e7354a1 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Makefile
+++ b/TAO/orbsvcs/ImplRepo_Service/Makefile
@@ -28,7 +28,8 @@ PROG_SRCS = \
ImR_Locator_i.cpp \
tao_imr.cpp \
tao_imr_i.cpp \
- XML_ContentHandler.cpp
+ XML_ContentHandler.cpp \
+ NT_Service.cpp
SRC = $(PROG_SRCS)
@@ -41,7 +42,8 @@ IMR_ACTIVATOR_OBJS = \
Server_Info.o \
Server_Repository.o \
Repository_Configuration.o \
- XML_ContentHandler.o
+ XML_ContentHandler.o \
+ NT_Service.o
IMPLREPO_SVR_OBJS = \
Adapter_Activator.o \