diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-16 02:43:10 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-16 02:43:10 +0000 |
commit | 5da99d6a18c6c18ce3895f8002db5bb5cb79b5f3 (patch) | |
tree | d23556ab4fe72def2c8b30be1bcb01e513ac02f4 /TAO/examples/Quoter | |
parent | 4263f47d7489a133b6a33ece1187d823d2b2c366 (diff) | |
download | ATCD-5da99d6a18c6c18ce3895f8002db5bb5cb79b5f3.tar.gz |
ChangeLogTag:Wed Nov 15 18:38:31 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/examples/Quoter')
-rw-r--r-- | TAO/examples/Quoter/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/examples/Quoter/Makefile b/TAO/examples/Quoter/Makefile index 1cbc7a70c4f..ede94fadbb0 100644 --- a/TAO/examples/Quoter/Makefile +++ b/TAO/examples/Quoter/Makefile @@ -1135,7 +1135,8 @@ endif # ! ACE_HAS_GNUG_PRE_2_8 $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/Naming/naming_export.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosNamingC.i \ - client.h $(ACE_ROOT)/ace/Get_Opt.h \ + client.h \ + $(ACE_ROOT)/ace/Get_Opt.h \ $(ACE_ROOT)/ace/Get_Opt.i \ $(ACE_ROOT)/ace/Task.h \ $(ACE_ROOT)/ace/Task.i \ @@ -1146,7 +1147,8 @@ endif # ! ACE_HAS_GNUG_PRE_2_8 $(ACE_ROOT)/ace/Module.i \ $(ACE_ROOT)/ace/Module.cpp \ $(ACE_ROOT)/ace/Stream_Modules.h \ - $(ACE_ROOT)/ace/Stream_Modules.cpp QuoterC.h \ + $(ACE_ROOT)/ace/Stream_Modules.cpp \ + QuoterC.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosLifeCycleC.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/LifeCycle/lifecycle_export.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosLifeCycleC.i \ @@ -2214,7 +2216,8 @@ endif # ! ACE_HAS_GNUG_PRE_2_8 $(TAO_ROOT)/tao/PortableInterceptor.i \ $(TAO_ROOT)/tao/PortableServer/ServerRequestInfo.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ - Factory_Finder.h $(ACE_ROOT)/ace/Get_Opt.h \ + Factory_Finder.h \ + $(ACE_ROOT)/ace/Get_Opt.h \ $(ACE_ROOT)/ace/Get_Opt.i \ $(TAO_ROOT)/tao/PortableServer/ORB_Manager.h \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ @@ -2925,7 +2928,8 @@ endif # ! ACE_HAS_GNUG_PRE_2_8 $(TAO_ROOT)/orbsvcs/orbsvcs/CosNamingC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/CosLifeCycleC.i \ $(TAO_ROOT)/orbsvcs/orbsvcs/LifeCycleServiceC.i \ - Generic_Factory.h $(ACE_ROOT)/ace/Get_Opt.h \ + Generic_Factory.h \ + $(ACE_ROOT)/ace/Get_Opt.h \ $(ACE_ROOT)/ace/Get_Opt.i \ $(TAO_ROOT)/tao/PortableServer/ORB_Manager.h \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ |