diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-24 13:28:35 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-24 13:28:35 +0000 |
commit | 098294d3ff4a69abb8fb7d023db325297f7e43af (patch) | |
tree | 4353df24a7f8e3e9a0a6fb49eb3b45d6fd7ea05c /TAO/tao/Makefile | |
parent | 6a0480358b46379cadd77498043c3ad69f57cb8e (diff) | |
download | ATCD-098294d3ff4a69abb8fb7d023db325297f7e43af.tar.gz |
#include the .i file in the .h/.cpp file instead of corba.h
Diffstat (limited to 'TAO/tao/Makefile')
-rw-r--r-- | TAO/tao/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile index 0e3ae3c441c..d855d63ab58 100644 --- a/TAO/tao/Makefile +++ b/TAO/tao/Makefile @@ -29,6 +29,7 @@ ORBCORE_SRCS = \ Request \ Sequence \ Server_Request \ + Stub \ Typecode \ Arg_Shifter \ CDR \ |