summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Naming_Service/Makefile')
-rw-r--r--TAO/orbsvcs/Naming_Service/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Makefile b/TAO/orbsvcs/Naming_Service/Makefile
index c0aa2f883ca..11b0a8f6874 100644
--- a/TAO/orbsvcs/Naming_Service/Makefile
+++ b/TAO/orbsvcs/Naming_Service/Makefile
@@ -14,7 +14,9 @@ LDLIBS = -lorbsvcs -lTAO
VLDLIBS = $(LDLIBS:%=%$(VAR))
-BIN2 = Naming_Service
+FILES = Naming_Service
+
+BIN2 = Naming_Server
#### If the TAO orbsvcs library wasn't built with sufficient components,
#### don't try to build here.