diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-22 16:32:26 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-22 16:32:26 +0000 |
commit | 68c64bdbb69d416b70d68392c18eba78b5a18263 (patch) | |
tree | b08cc1d9362fbd9b113bc8090404c5ee7192c5da | |
parent | 9b5664cf4ead5696a6485d09444af86b2ed42146 (diff) | |
download | ATCD-68c64bdbb69d416b70d68392c18eba78b5a18263.tar.gz |
ChangeLogTag: Wed Dec 22 10:28:56 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r-- | TAO/ChangeLog-99c | 5 | ||||
-rw-r--r-- | TAO/tao/Makefile | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index effb998c17d..68f7f579c91 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,8 @@ +Wed Dec 22 10:28:56 1999 David L. Levine <levine@cs.wustl.edu> + + * tao/Makefile: moved ImplRepoC and ImplRepoS so that they're + only built if minimum_corba is not enabled. + Wed Dec 22 10:17:08 1999 David L. Levine <levine@cs.wustl.edu> * tao/IIOP_Connect.cpp (open): set TCP_NODELAY if diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile index 06f2668047e..c3e879fe990 100644 --- a/TAO/tao/Makefile +++ b/TAO/tao/Makefile @@ -45,7 +45,7 @@ PUB_HDRS = \ IORS \ IORManipulation \ BoundC \ - GIOPC + GIOPC POA_FILES = \ Object_Adapter \ @@ -55,9 +55,7 @@ POA_FILES = \ POAS \ POAManager \ Active_Object_Map \ - Servant_Base \ - ImplRepoC \ - ImplRepoS + Servant_Base PLUGGABLE_PROTOCOLS_FILES = \ Pluggable \ @@ -184,7 +182,9 @@ include $(TAO_ROOT)/rules.tao.GNU ifndef minimum_corba POA_FILES += \ - Forwarding_Servant + Forwarding_Servant \ + ImplRepoC \ + ImplRepoS ORB_CORE_FILES += \ Context \ |