summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-23 10:30:03 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-23 10:30:03 +0000
commitf7de17707b1e9dd80daf98eeccd7bb38d3051e76 (patch)
tree101aa47e419a319fd0aab4f92dc6e1f320b35bc9
parentc206a16aafb159094ca48c43310b2dd2a836762a (diff)
downloadATCD-f7de17707b1e9dd80daf98eeccd7bb38d3051e76.tar.gz
Added poaC.cpp, poaS.cpp servant_base.cpp.
-rw-r--r--TAO/tao/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index ea2aa384242..d96b5547753 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -22,6 +22,8 @@ ORBCORE_SRCS = \
object \
orbobj \
poa \
+ poaC \
+ poaS \
principa \
request \
sequence \
@@ -50,6 +52,7 @@ ORBCORE_SRCS = \
orb_core \
params \
server_factory \
+ servant_base \
tao_internals \
tc_const \
Timeprobe
@@ -100,7 +103,7 @@ endif
ifdef VXWORKS
override fakesvcconf = 1
endif
-
+
ifeq ($(fakesvcconf),1)
CPPFLAGS += -DTAO_PLATFORM_SVC_CONF_FILE_NOTSUP
endif