diff options
-rw-r--r-- | TAO/ChangeLog | 9 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Makefile.am | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 2ffebb4ec11..49ef7c21ca4 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,12 @@ +Sat Nov 12 09:55:33 2005 J.T. Conklin <jtc@acorntoolworks.com> + + * orbsvcs/orbsvcs/Makefile.am: + + Change "FaultTolerance/FT_IOGR_Property.i" to + "FaultTolerance/FT_IOGR_Property.inl". + + Remove "ETCL/ETCL_Constraint.i". + Sat Nov 12 01:34:26 2005 Ossama Othman <ossama@dre.vanderbilt.edu> * orbsvcs/orbsvcs/CosLoadBalancing.mpc: diff --git a/TAO/orbsvcs/orbsvcs/Makefile.am b/TAO/orbsvcs/orbsvcs/Makefile.am index 76fb499e243..fb5abdd6f0d 100644 --- a/TAO/orbsvcs/orbsvcs/Makefile.am +++ b/TAO/orbsvcs/orbsvcs/Makefile.am @@ -1938,7 +1938,6 @@ libTAO_ETCL_la_LIBADD = \ nobase_include_HEADERS += \ ETCL/ETCL_Constraint.h \ - ETCL/ETCL_Constraint.i \ ETCL/ETCL_Constraint.inl \ ETCL/ETCL_Constraint_Visitor.h \ ETCL/ETCL_Interpreter.h \ @@ -3453,7 +3452,7 @@ nobase_include_HEADERS += \ FT_CORBA_ORBS_T.inl \ FT_CORBA_ORBS_T.inl \ FaultTolerance/FT_IOGR_Property.h \ - FaultTolerance/FT_IOGR_Property.i \ + FaultTolerance/FT_IOGR_Property.inl \ FaultTolerance/FT_ORB_Utils_export.h pkgconfig_DATA += \ |