summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Event_Service
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2003-05-12 15:18:12 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2003-05-12 15:18:12 +0000
commit2d451522c899e1158e5316b0bdecc8acd78aaf29 (patch)
tree4208b526a67c3d34d86dc462d36c39525037f21e /TAO/orbsvcs/Event_Service
parent1606e3754e14ca599c10eec4f01a817988e7a7e9 (diff)
downloadATCD-2d451522c899e1158e5316b0bdecc8acd78aaf29.tar.gz
ChangeLogTag: Mon May 12 16:15:27 2003 Simon McQueen <sm@prismtechnologies.com>
Diffstat (limited to 'TAO/orbsvcs/Event_Service')
-rw-r--r--TAO/orbsvcs/Event_Service/Makefile.bor10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Event_Service/Makefile.bor b/TAO/orbsvcs/Event_Service/Makefile.bor
index 540c2a89440..608c988bb05 100644
--- a/TAO/orbsvcs/Event_Service/Makefile.bor
+++ b/TAO/orbsvcs/Event_Service/Makefile.bor
@@ -16,7 +16,10 @@ CFLAGS = \
$(TAO_RTSCHED_CFLAGS) \
$(TAO_RTEVENT_CFLAGS) \
$(TAO_MESSAGING_CFLAGS) \
- $(TAO_RTOLDEVENT_CFLAGS)
+ $(TAO_RTOLDEVENT_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_IORINTERCEPTOR_CFLAGS) \
+ $(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
@@ -27,7 +30,10 @@ LIBFILES = \
$(TAO_RTSCHED_LIB) \
$(TAO_RTEVENT_LIB) \
$(TAO_MESSAGING_LIB) \
- $(TAO_RTOLDEVENT_LIB)
+ $(TAO_RTOLDEVENT_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
CPPDIR = .