diff options
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 \ |