diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-05 05:52:16 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-05 05:52:16 +0000 |
commit | 444085c4e1f661b37d0ee1432618c9a97950126e (patch) | |
tree | 25f4ca048891b1c37f3559b12d9646866497a9e5 /TAO/orbsvcs/tests/EC_Custom_Marshal | |
parent | f40b82d04d60b1d2deec321bffad1eaf79e6a477 (diff) | |
download | ATCD-444085c4e1f661b37d0ee1432618c9a97950126e.tar.gz |
ChangeLogTag:Sun Mar 04 21:43:51 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 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile index 8d2d2afd963..e95f013b839 100644 --- a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile +++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile @@ -1,14 +1,6 @@ # $Id$ -LDLIBS= -lTAO_RTEvent -lTAO_RTSched -lTAO_Svc_Utils -lTAO_PortableServer -lTAO -# -# NOTE -# -# The following macro expands to a series of libraries -# on QNX RTP. It has been introduced to solve a problem -# with the current QNX RTP linker. -# -LDLIBS+=$(TAO_COS_NAMING_LIBS) +LDLIBS= -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_PortableServer -lTAO ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO |