diff options
author | Steve Huston <shuston@riverace.com> | 2002-12-31 20:07:35 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-12-31 20:07:35 +0000 |
commit | fb3bd2b38120a75864c286539537a3b9172a8614 (patch) | |
tree | 6dcb9c7a932351fec9600458fbdca12145c9fcfe /netsvcs | |
parent | 62e033d6e14ef1083af0cf6b49afdcd724915617 (diff) | |
download | ATCD-fb3bd2b38120a75864c286539537a3b9172a8614.tar.gz |
ChangeLogTag:Tue Dec 31 15:05:42 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/clients/Naming/Client/Makefile | 1 |
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 |