diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-04 02:04:08 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-04 02:04:08 +0000 |
commit | c7251be81ed3af078287dcf494c0462d91f1401c (patch) | |
tree | 1810fb24831677b9b8910e623c092945e69e860f /TAO/orbsvcs/Makefile.am | |
parent | 91cf0c7522ce144afb9bb412a9dfcfd04c835b70 (diff) | |
download | ATCD-c7251be81ed3af078287dcf494c0462d91f1401c.tar.gz |
ChangeLogTag: Tue Aug 3 17:08:38 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Makefile.am')
-rw-r--r-- | TAO/orbsvcs/Makefile.am | 52 |
1 files changed, 28 insertions, 24 deletions
diff --git a/TAO/orbsvcs/Makefile.am b/TAO/orbsvcs/Makefile.am index 9cbb05a1349..3e864f17887 100644 --- a/TAO/orbsvcs/Makefile.am +++ b/TAO/orbsvcs/Makefile.am @@ -1,28 +1,32 @@ ## Process this file with automake to create Makefile.in SUBDIRS = \ - PSS \ - TAO_Service \ - orbsvcs + PSS \ + TAO_Service \ + orbsvcs \ + Trading_Service \ + Time_Service \ + Scheduling_Service \ + Notify_Service \ + Naming_Service \ + Logging_Service \ + LoadBalancer \ + LifeCycle_Service -# Trading_Service \ -# Time_Service \ -# Scheduling_Service \ -# Notify_Service \ -# Naming_Service \ -# Logging_Service \ -# LoadBalancer \ -# LifeCycle_Service \ -# ImplRepo_Service \ -# IFR_Service \ -# Fault_Notifier \ -# Fault_Detector \ -# FT_ReplicationManager \ -# FTRT_Event_Service \ -# Event_Service \ -# Dump_Schedule \ -# CosEvent_Service \ -# Concurrency_Service \ -# performance-tests \ -# tests \ -# examples +# ImplRepo_Service + +SUBDIRS += \ + IFR_Service \ + Fault_Notifier \ + Fault_Detector \ + FT_ReplicationManager \ + FTRT_Event_Service \ + Event_Service \ + Dump_Schedule \ + CosEvent_Service \ + Concurrency_Service + +# +# performance-tests \ +# tests \ +# examples |