diff options
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/rules.tao.GNU | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index b6cf44f474f..55f36bdd71b 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Sun May 11 08:50:15 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu> + + * rules.tao.GNU: Added the list of new libraries to + RT_TAO_SRVR_LIBS. This shoudl prevent link errors in static + builds. + Sun May 11 12:22:10 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu> * docs/tutorials/Quoter/*/Makefile: Updated dependencies. diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index 972b014eed8..c39bcfe3bbd 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -48,7 +48,7 @@ TAO_BASE_LIBS=-lTAO $(ACELIB) $(LIBS) RT_TAO_BASE_LIBS=-lTAO_RTCORBA $(TAO_BASE_LIBS) TAO_SRVR_LIBS=-lTAO_PortableServer -lTAO_IORInterceptor -lTAO_ObjRefTemplate \ -lTAO_Valuetype $(TAO_BASE_LIBS) -RT_TAO_SRVR_LIBS=-lTAO_RTPortableServer -lTAO_PortableServer $(RT_TAO_BASE_LIBS) +RT_TAO_SRVR_LIBS=-lTAO_RTPortableServer -lTAO_PortableServer -lTAO_IORInterceptor -lTAO_ObjRefTemplate -lTAO_Valuetype $(RT_TAO_BASE_LIBS) TAO_CLNT_LIBS= $(TAO_BASE_LIBS) TAO_CLNT_VT_LIBS=-lTAO_Valuetype $(TAO_CLNT_LIBS) RT_TAO_CLNT_LIBS= $(RT_TAO_BASE_LIBS) |