summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon McQueen <simon.mcqueen@gmail.com>2003-05-12 15:37:39 +0000
committerSimon McQueen <simon.mcqueen@gmail.com>2003-05-12 15:37:39 +0000
commit51a2addf3b43c018f1f06674bc38947d9b45c272 (patch)
tree7950ec0f22de2dfd79765801aabad0219dc3605b /include
parent1331ae03f8e9ab7a9b57fcb1230d486df245de12 (diff)
downloadATCD-51a2addf3b43c018f1f06674bc38947d9b45c272.tar.gz
ChangeLogTag: Mon May 12 16:35:16 2003 Simon McQueen <sm@prismtechnologies.com>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/build_example.bor10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/makeinclude/build_example.bor b/include/makeinclude/build_example.bor
index 2a1d2bda837..b0b652d551d 100644
--- a/include/makeinclude/build_example.bor
+++ b/include/makeinclude/build_example.bor
@@ -10,7 +10,10 @@ CFLAGS = \
$(TAO_IORTABLE_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_SVC_UTILS_CFLAGS) \
- $(TAO_NAMING_CFLAGS)
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_IORINTERCEPTOR_CFLAGS) \
+ $(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
@@ -18,7 +21,10 @@ LIBFILES = \
$(TAO_IORTABLE_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_SVC_UTILS_LIB) \
- $(TAO_NAMING_LIB)
+ $(TAO_NAMING_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>