diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-25 20:48:29 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-25 20:48:29 +0000 |
commit | 54485cdb8b942112cd6f162149279ef7c4a0e243 (patch) | |
tree | f7a057cf4966bf4ec8d280b81569c70e200202b2 /TAO/utils | |
parent | e579d19fe71ba1911cdf890624039ebdf4d435fd (diff) | |
download | ATCD-54485cdb8b942112cd6f162149279ef7c4a0e243.tar.gz |
Updated dependencies
Diffstat (limited to 'TAO/utils')
-rw-r--r-- | TAO/utils/catior/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/utils/catior/Makefile b/TAO/utils/catior/Makefile index 0724f7fed5f..95d3149a5e9 100644 --- a/TAO/utils/catior/Makefile +++ b/TAO/utils/catior/Makefile @@ -151,6 +151,8 @@ include $(TAO_ROOT)/taoconfig.mk $(TAO_ROOT)/tao/Typecode.h \ $(TAO_ROOT)/tao/Typecode.i \ $(TAO_ROOT)/tao/CDR.i \ + $(TAO_ROOT)/tao/Object.h \ + $(TAO_ROOT)/tao/Object.i \ $(TAO_ROOT)/tao/Any.i \ $(TAO_ROOT)/tao/NVList.h \ $(TAO_ROOT)/tao/NVList.i \ @@ -170,8 +172,6 @@ include $(TAO_ROOT)/taoconfig.mk $(TAO_ROOT)/tao/Sequence_T.i \ $(TAO_ROOT)/tao/Sequence_T.cpp \ $(TAO_ROOT)/tao/GIOP.i \ - $(TAO_ROOT)/tao/Object.h \ - $(TAO_ROOT)/tao/Object.i \ $(TAO_ROOT)/tao/Server_Request.i \ $(TAO_ROOT)/tao/Context.h \ $(TAO_ROOT)/tao/Context.i \ |