diff options
author | corsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-03 02:23:38 +0000 |
---|---|---|
committer | corsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-03 02:23:38 +0000 |
commit | a7aaf58790fc1a45d55b4629191e5155e9afe31c (patch) | |
tree | 5a80f0b92444d619a39f46636beaf34a378a1f7b /TAO/orbsvcs/tests/Sched | |
parent | 41b5009f810bdb2883cb9ff8c4c967efceda88f6 (diff) | |
download | ATCD-a7aaf58790fc1a45d55b4629191e5155e9afe31c.tar.gz |
Fri Mar 2 20:28:27 Angelo Corsaro <angelo@hermes.doc.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Sched')
-rw-r--r-- | TAO/orbsvcs/tests/Sched/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Sched/Makefile b/TAO/orbsvcs/tests/Sched/Makefile index 985c26a6848..7310e172715 100644 --- a/TAO/orbsvcs/tests/Sched/Makefile +++ b/TAO/orbsvcs/tests/Sched/Makefile @@ -1,7 +1,15 @@ # $Id$ SRC = $(BIN:%=%$(VAR).cpp) -LDLIBS = -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO +LDLIBS = -lTAO_Svc_Utils -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) $(TAO_RT_SCHED_LIBS) ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO |