summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-01 14:04:05 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-01 14:04:05 +0000
commit7400e913a70a6064d39d36a523ead6f59502c497 (patch)
tree4d28fbd5150397c5a8e32bdbcddbc31070cc9377 /ace
parentcbe4d293d97fc8eec24d5c11bf0e142266c2cce3 (diff)
downloadATCD-7400e913a70a6064d39d36a523ead6f59502c497.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.am3
-rw-r--r--ace/Makefile.bor1
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 \