diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-25 21:13:45 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-25 21:13:45 +0000 |
commit | 9a3ca5f0c6d89f34850d9a11e2016e80ab48558f (patch) | |
tree | 2b3acaa62eb0a042e03fcca26c512c38b2c9057a /TAO/orbsvcs/Dump_Schedule | |
parent | 2a87126aea03e38db96800557c5b4af154dcd910 (diff) | |
download | ATCD-9a3ca5f0c6d89f34850d9a11e2016e80ab48558f.tar.gz |
ChangeLogTag:Sun Apr 25 16:05:19 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/Dump_Schedule')
-rw-r--r-- | TAO/orbsvcs/Dump_Schedule/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Dump_Schedule/Makefile b/TAO/orbsvcs/Dump_Schedule/Makefile index 4cae1b2c7ad..d24888ab554 100644 --- a/TAO/orbsvcs/Dump_Schedule/Makefile +++ b/TAO/orbsvcs/Dump_Schedule/Makefile @@ -155,6 +155,8 @@ Dump_Schedule: $(addprefix $(VDIR),$(DUMP_OBJS)) $(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 \ @@ -174,8 +176,6 @@ Dump_Schedule: $(addprefix $(VDIR),$(DUMP_OBJS)) $(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 \ |