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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index f0d1a1073d9..193030fde87 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -18,6 +18,7 @@ ifndef TAO_ORBSVCS
#### TAO_ORBSVCS.
TAO_ORBSVCS = Naming \
Time \
+ LoadBalancing \
Property \
Sched \
Event \
@@ -53,6 +54,9 @@ endif
ifneq (,$(findstring Time, $(TAO_ORBSVCS)))
MKLIST += Makefile.CosTime
endif
+ifneq (,$(findstring LoadBalancing, $(TAO_ORBSVCS)))
+ MKLIST += Makefile.LoadBalancing
+endif
ifneq (,$(findstring Concurrency, $(TAO_ORBSVCS)))
MKLIST += Makefile.CosConcurrency
endif