diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-17 22:39:18 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-11-17 22:39:18 +0000 |
commit | 4c9b1d1fa1189060a3539d7f97134158621f34ee (patch) | |
tree | c5b34ed5933c3cc44244d0a28d242454d01b692b /ace/Makefile.am | |
parent | d19eff4eb8125af2898b8689d8a75c4f872aef0b (diff) | |
download | ATCD-4c9b1d1fa1189060a3539d7f97134158621f34ee.tar.gz |
ChangeLogTag:Wed Nov 17 16:33:40 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'ace/Makefile.am')
-rw-r--r-- | ace/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/Makefile.am b/ace/Makefile.am index 65ae423d0db..90a1703a34a 100644 --- a/ace/Makefile.am +++ b/ace/Makefile.am @@ -141,6 +141,8 @@ libACE_Utils_la_SOURCES = \ Active_Map_Manager.cpp \ Arg_Shifter.cpp \ ARGV.cpp \ + Capabilities.cpp \ + Configuration.cpp \ Containers.cpp \ Dirent.cpp \ Dynamic.cpp \ @@ -389,6 +391,7 @@ ACE_TEMPLATE_FILES = \ Acceptor.cpp \ Active_Map_Manager_T.cpp \ Asynch_Acceptor.cpp \ + Auto_IncDec_T.cpp \ Auto_Ptr.cpp \ Based_Pointer_T.cpp \ Connector.cpp \ @@ -486,6 +489,8 @@ pkginclude_HEADERS = \ Asynch_IO_Impl.h \ Asynch_IO_Impl.i \ Atomic_Op.i \ + Auto_IncDec_T.h \ + Auto_IncDec_T.i \ Auto_Ptr.h \ Auto_Ptr.i \ Based_Pointer_Repository.h \ @@ -508,9 +513,13 @@ pkginclude_HEADERS = \ Caching_Strategies_T.i \ Caching_Utility_T.h \ Caching_Utility_T.i \ + Capabilities.h \ + Capabilities.i \ Cleanup_Strategies_T.h \ Cleanup_Strategies_T.i \ Codeset_IBM1047.h \ + Configuration.h \ + Configuration.i \ Connector.h \ Connector.i \ Containers.h \ |