diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-11 14:32:30 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-11 14:32:30 +0000 |
commit | db173823c6800688b18cb332843d92f0a0449e4f (patch) | |
tree | 5c15635364241ed51bb6f9decadc29ed2aeed8a7 /TAO/orbsvcs/tests/Sched_Conf | |
parent | 2ff0eb1a537a492dfcec242520c10f09ab81d1da (diff) | |
download | ATCD-db173823c6800688b18cb332843d92f0a0449e4f.tar.gz |
ChangeLogTag:Sun May 11 09:28:39 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Sched_Conf')
-rw-r--r-- | TAO/orbsvcs/tests/Sched_Conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Sched_Conf/Makefile b/TAO/orbsvcs/tests/Sched_Conf/Makefile index dc1b8a0dc0b..184552f7127 100644 --- a/TAO/orbsvcs/tests/Sched_Conf/Makefile +++ b/TAO/orbsvcs/tests/Sched_Conf/Makefile @@ -10,7 +10,7 @@ LSRC = $(DUMP_SRCS) SCHEDULE_OBJS = $(SCHEDULE_SRCS:.cpp=.o) DUMP_OBJS = $(DUMP_SRCS:.cpp=.o) -LDLIBS = -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_PortableServer -lTAO +LDLIBS = -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable $(TAO_SRVR_LIBS) BIN2 = Sched_Conf |