diff options
author | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-01 14:04:05 +0000 |
---|---|---|
committer | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-01 14:04:05 +0000 |
commit | aea100f18c8d667f7fe848d7342516927f40c877 (patch) | |
tree | 4d28fbd5150397c5a8e32bdbcddbc31070cc9377 /ace | |
parent | 5e0f89c50dfba8b838c6d626a1b369159806a004 (diff) | |
download | ATCD-aea100f18c8d667f7fe848d7342516927f40c877.tar.gz |
ChangeLogTag:Tue Apr 1 16:02:30 CEST 2003 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Makefile.am | 3 | ||||
-rw-r--r-- | ace/Makefile.bor | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ace/Makefile.am b/ace/Makefile.am index 214592dd610..e0a6e79058c 100644 --- a/ace/Makefile.am +++ b/ace/Makefile.am @@ -455,6 +455,7 @@ TEMPLATE_FILES = \ Array_Base.cpp \ Node.cpp \ Unbounded_Set.cpp \ + Unbounded_Set_Ex.cpp \ Unbounded_Queue.cpp \ Asynch_Acceptor.cpp \ Auto_IncDec_T.cpp \ @@ -807,6 +808,7 @@ HEADER_FILES = \ UPIPE_Stream.h \ Unbounded_Queue.h \ Unbounded_Set.h \ + Unbounded_Set_Ex.h \ Version.h \ WFMO_Reactor.h \ WIN32_Asynch_IO.h \ @@ -1029,6 +1031,7 @@ INLINE_FILES = \ Thread_Control.inl \ Unbounded_Queue.inl \ Unbounded_Set.inl \ + Unbounded_Set_Ex.inl \ ace_wchar.inl ## It would be good to remove pkgincludedir. However, we want to install diff --git a/ace/Makefile.bor b/ace/Makefile.bor index 3036c323978..69be087d0bc 100644 --- a/ace/Makefile.bor +++ b/ace/Makefile.bor @@ -259,6 +259,7 @@ INCLUDES = \ Array_Base.cpp \ Node.cpp \ Unbounded_Set.cpp \ + Unbounded_Set_Ex.cpp \ Unbounded_Queue.cpp \ Auto_Ptr.cpp \ Connector.cpp \ |