summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-04-14 13:13:03 +0000
committerSteve Huston <shuston@riverace.com>2001-04-14 13:13:03 +0000
commit1581950c50299c3d4bc3cb295493e868342ceafe (patch)
tree31649c7b39cbadccc02624b18d44a8143e34140f /netsvcs
parent6ddbdcd248510a4e0ffaa01034becf56200e6941 (diff)
downloadATCD-1581950c50299c3d4bc3cb295493e868342ceafe.tar.gz
ChangeLogTag:Sat Apr 14 09:08:33 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Naming/Client/Makefile4
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/netsvcs/clients/Naming/Client/Makefile b/netsvcs/clients/Naming/Client/Makefile
index 47966c25587..d9666bca1f1 100644
--- a/netsvcs/clients/Naming/Client/Makefile
+++ b/netsvcs/clients/Naming/Client/Makefile
@@ -15,9 +15,9 @@ OBJ = $(SRC:%.cpp=$(VDIR)%.o)
LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(LSRC:%.cpp=$(VDIR)%.o)
-SHOBJ = $(addsuffix .so,$(FILES))
+SHOBJ = $(addsuffix .$(SOEXT),$(FILES))
-VLDLIBS = $(LDLIBS:%=%$(VAR))
+LIBS += $(ACELIB)
BIN2 = main
LIB2 = libClient_Test.a
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile b/netsvcs/clients/Naming/Dump_Restore/Makefile
index a9a840c3797..de1df1deaee 100644
--- a/netsvcs/clients/Naming/Dump_Restore/Makefile
+++ b/netsvcs/clients/Naming/Dump_Restore/Makefile
@@ -15,9 +15,9 @@ OBJ = $(SRC:%.cpp=$(VDIR)%.o)
LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(LSRC:%.cpp=$(VDIR)%.o)
-SHOBJ = $(addsuffix .so,$(FILES))
+SHOBJ = $(addsuffix .$(SOEXT),$(FILES))
-VLDLIBS = $(LDLIBS:%=%$(VAR))
+LIBS += $(ACELIB)
BIN2 = main
LIB2 = libDump_Restore.a