diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-10 19:49:11 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-10 19:49:11 +0000 |
commit | 4151987cb4657192ad1a9141ef5f88c5a5e6d4d5 (patch) | |
tree | 0eedc7bf27e14f5f792423e1f0ba6889b414e881 /TAO/orbsvcs/tests/EC_Custom_Marshal | |
parent | 1a17f61597f57df0982340819690032c4030d5ca (diff) | |
download | ATCD-4151987cb4657192ad1a9141ef5f88c5a5e6d4d5.tar.gz |
ChangeLogTag:Sat Mar 10 11:46:28 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal')
-rw-r--r-- | TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile index e95f013b839..4b925756879 100644 --- a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile +++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile @@ -1,6 +1,6 @@ # $Id$ -LDLIBS= -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_PortableServer -lTAO +LDLIBS= -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_PortableServer -lTAO ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO |