summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Scheduling_Service/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-06 20:08:01 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-06 20:08:01 +0000
commiteeda618e3a977a23e060a56dad332c52727dcae4 (patch)
tree50162c3285eed1647ddc99127c8bc2681d766df6 /TAO/orbsvcs/Scheduling_Service/Makefile
parentdf1baf478be35bf8ef31f8163d528d967d293f0d (diff)
downloadATCD-eeda618e3a977a23e060a56dad332c52727dcae4.tar.gz
ChangeLogTag: Tue Jul 06 15:05:11 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/Scheduling_Service/Makefile')
-rw-r--r--TAO/orbsvcs/Scheduling_Service/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Scheduling_Service/Makefile b/TAO/orbsvcs/Scheduling_Service/Makefile
index 4df1d4198f2..c67e0d10799 100644
--- a/TAO/orbsvcs/Scheduling_Service/Makefile
+++ b/TAO/orbsvcs/Scheduling_Service/Makefile
@@ -33,7 +33,8 @@ ifndef TAO_ROOT
endif
TSS_ORB_FLAG = #-DTAO_HAS_TSS_ORBCORE
LDFLAGS += -L$(TAO_ROOT)/orbsvcs/orbsvcs -L$(TAO_ROOT)/tao
-CPPFLAGS += -I$(TAO_ROOT)/orbsvcs -I$(TAO_ROOT) $(TSS_ORB_FLAG)
+CPPFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs/Sched -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_ROOT) $(TSS_ORB_FLAG)
Scheduling_Service: $(addprefix $(VDIR),$(SCHEDULE_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)