summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Naming/Client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Naming/Client/Makefile')
-rw-r--r--netsvcs/clients/Naming/Client/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/netsvcs/clients/Naming/Client/Makefile b/netsvcs/clients/Naming/Client/Makefile
index 6459b2ab39f..391e49b296c 100644
--- a/netsvcs/clients/Naming/Client/Makefile
+++ b/netsvcs/clients/Naming/Client/Makefile
@@ -33,6 +33,7 @@ ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS)))
BIN = main
SHLIB = libClient_Test.$(SOEXT)
BUILD = $(VSHLIB) $(VBIN)
+ OBJDIRS = $(VDIR) $(VSHDIR)
endif # Other
endif # static_libs_only
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU