summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Makefile')
-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 \