summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Makefile')
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 50274267416..6c12a0ec9cf 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -12,7 +12,7 @@ LIBNAME = liborbsvcs
LIB = $(LIBNAME).a
SHLIB = $(LIBNAME).$(SOEXT)
-VPATH=.:Naming:Time:Concurrency:Property:Trader:Sched:Event:CosEvent:Log:Notify:ETCL:
+VPATH=.:Naming:Time:Concurrency:Property:Trader:Sched:Event:CosEvent:Log:Notify:ETCL:ESF:
ACE_SHLIBS = -lTAO -lACE
@@ -403,6 +403,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
LDFLAGS += -L$(TAO_ROOT)/tao
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \
-I$(TAO_ROOT)/orbsvcs/orbsvcs/Event \
+ -I$(TAO_ROOT)/orbsvcs/orbsvcs/ESF \
$(foreach svc, $(TAO_ORBSVCS), -DTAO_ORBSVCS_HAS_$(svc))
#