diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-14 16:52:20 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-14 16:52:20 +0000 |
commit | ce1956ffa605a19a273016363875cbbdc5f752f6 (patch) | |
tree | e8d7a905723c2d1654e286cc0b409bff62483031 /TAO/utils/catior | |
parent | 5a943560ae9da25666b89733fdda76d53567b1dd (diff) | |
download | ATCD-ce1956ffa605a19a273016363875cbbdc5f752f6.tar.gz |
ChangeLogTag:Tue Nov 14 08:50:56 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/utils/catior')
-rw-r--r-- | TAO/utils/catior/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/utils/catior/Makefile b/TAO/utils/catior/Makefile index d5a0770c3aa..434d070aed9 100644 --- a/TAO/utils/catior/Makefile +++ b/TAO/utils/catior/Makefile @@ -53,8 +53,10 @@ include $(TAO_ROOT)/taoconfig.mk $(ACE_ROOT)/ace/svc_export.h \ $(ACE_ROOT)/ace/ace_wchar.h \ $(ACE_ROOT)/ace/ace_wchar.inl \ - $(ACE_ROOT)/ace/OS_Dirent.h \ + $(ACE_ROOT)/ace/OS_Errno.h \ $(ACE_ROOT)/ace/OS_Export.h \ + $(ACE_ROOT)/ace/OS_Errno.inl \ + $(ACE_ROOT)/ace/OS_Dirent.h \ $(ACE_ROOT)/ace/OS_Dirent.inl \ $(ACE_ROOT)/ace/OS_String.h \ $(ACE_ROOT)/ace/OS_String.inl \ @@ -331,7 +333,6 @@ include $(TAO_ROOT)/taoconfig.mk $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.h \ $(TAO_ROOT)/tao/Reply_Dispatcher.h \ $(TAO_ROOT)/tao/Reply_Dispatcher.i \ - $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.i \ $(TAO_ROOT)/tao/TAOC.h \ $(TAO_ROOT)/tao/Priority_Mapping_Manager.h \ $(TAO_ROOT)/tao/Priority_Mapping.h \ |