summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjRefTemplate/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ObjRefTemplate/Makefile.bor')
-rw-r--r--TAO/tao/ObjRefTemplate/Makefile.bor4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ObjRefTemplate/Makefile.bor b/TAO/tao/ObjRefTemplate/Makefile.bor
index 2755b81369c..d2b46a5e5aa 100644
--- a/TAO/tao/ObjRefTemplate/Makefile.bor
+++ b/TAO/tao/ObjRefTemplate/Makefile.bor
@@ -1,5 +1,5 @@
#
-# Makefile for building the TAO IORTable library
+# Makefile for building the TAO ObjRefTemplate library
#
NAME = TAO_ObjRefTemplate
@@ -19,7 +19,7 @@ INCLUDES = \
*.h *.i \
ObjectReferenceTemplate.pidl
-LIBFILES = $(TAO_LIB) $(ACE_LIB)
+LIBFILES = $(TAO_VALUETYPE_LIB) $(TAO_LIB) $(ACE_LIB)
!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>