diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-07-24 08:16:40 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-07-24 08:16:40 +0000 |
commit | e495c52789589659c59fcb760544a8a103e58c8f (patch) | |
tree | 8a01709cf37e6cf8aba91a1b97b739d04de4a660 /TAO/tao/Makefile.am | |
parent | 55d4db4222d71ec9c930ff4f3c5e401d59e09d41 (diff) | |
download | ATCD-e495c52789589659c59fcb760544a8a103e58c8f.tar.gz |
Tue Jul 24 08:17:23 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Makefile.am')
-rw-r--r-- | TAO/tao/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am index 31fd33614f6..bd00aa2ecd9 100644 --- a/TAO/tao/Makefile.am +++ b/TAO/tao/Makefile.am @@ -880,6 +880,7 @@ libTAO_la_SOURCES = \ Profile_Transport_Resolver.cpp \ Protocol_Factory.cpp \ Protocols_Hooks.cpp \ + Queued_Data.cpp \ Queued_Message.cpp \ Reactive_Connect_Strategy.cpp \ Reactive_Flushing_Strategy.cpp \ @@ -1308,6 +1309,8 @@ nobase_include_HEADERS = \ Pseudo_VarOut_T.cpp \ Pseudo_VarOut_T.h \ Pseudo_VarOut_T.inl \ + Queued_Data.h \ + Queued_Data.inl \ Queued_Message.h \ Range_Checking_T.h \ Reactive_Connect_Strategy.h \ |