summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-04 13:11:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-04 13:11:30 +0000
commit423683047f11e7c93e8d5bd8c53fc67cc3532da0 (patch)
tree66f800f7eeb382f775d4ce43c7f9d5aca491cef0
parente02e2f2b9e7de93c4565d02fdaa012679e62715b (diff)
downloadATCD-423683047f11e7c93e8d5bd8c53fc67cc3532da0.tar.gz
ChangeLogTag: Fri Mar 4 13:11:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am
index b0d66d57aba..9fa6450dd48 100644
--- a/TAO/tao/Makefile.am
+++ b/TAO/tao/Makefile.am
@@ -1003,6 +1003,12 @@ libTAO_PortableServer_la_SOURCES = \
PortableServer/Object_Adapter.cpp \
PortableServer/Object_Adapter_Factory.cpp \
PortableServer/Operation_Table.cpp \
+ PortableServer/Operation_Table_Binary_Search.cpp \
+ PortableServer/Operation_Table_Dynamic_Hash.cpp \
+ PortableServer/Operation_Table_Factory.cpp \
+ PortableServer/Operation_Table_Linear_Search.cpp \
+ PortableServer/Operation_Table_Parameters.cpp \
+ PortableServer/Operation_Table_Perfect_Hash.cpp \
PortableServer/PICurrent_Guard.cpp \
PortableServer/POAManager.cpp \
PortableServer/POAManagerA.cpp \
@@ -1167,6 +1173,12 @@ nobase_include_HEADERS += \
PortableServer/Object_SArgument_T.h \
PortableServer/Object_SArgument_T.inl \
PortableServer/Operation_Table.h \
+ PortableServer/Operation_Table_Binary_Search.h \
+ PortableServer/Operation_Table_Dynamic_Hash.h \
+ PortableServer/Operation_Table_Factory.h \
+ PortableServer/Operation_Table_Linear_Search.h \
+ PortableServer/Operation_Table_Parameters.h \
+ PortableServer/Operation_Table_Perfect_Hash.h \
PortableServer/PICurrent_Guard.h \
PortableServer/POAManager.h \
PortableServer/POAManager.i \