summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-10 21:06:30 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-10 21:06:30 +0000
commit3aa4d15d793f6cbc8be9a5ac84e38852d416bfa1 (patch)
tree354e9cf60d7f7eb6cd174206e6d5240eef77af3d /netsvcs
parent4a18f239824fa31b5c6639f15eb291011c8e55bd (diff)
downloadATCD-3aa4d15d793f6cbc8be9a5ac84e38852d416bfa1.tar.gz
ChangeLogTag: Fri Jan 3 21:46:00 2003 John Michael Zorko <j.zorko@att.net>
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Naming/Client/Makefile2
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/netsvcs/clients/Naming/Client/Makefile b/netsvcs/clients/Naming/Client/Makefile
index 391e49b296c..d7b5cae7308 100644
--- a/netsvcs/clients/Naming/Client/Makefile
+++ b/netsvcs/clients/Naming/Client/Makefile
@@ -16,7 +16,7 @@ OBJ = $(SRC:%.cpp=$(VDIR)%.o)
LSRC = $(addsuffix .cpp,$(FILES))
# This is needed to add ACE to the libs for the shared library.
-LIBS += $(ACELIB)
+ACE_SHLIBS += $(ACELIB)
#----------------------------------------------------------------------------
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile b/netsvcs/clients/Naming/Dump_Restore/Makefile
index 31a748d46bf..e22f3f22c58 100644
--- a/netsvcs/clients/Naming/Dump_Restore/Makefile
+++ b/netsvcs/clients/Naming/Dump_Restore/Makefile
@@ -21,7 +21,7 @@ BIN2 = main
LIB2 = libDump_Restore.a
SHLIB2 = libDump_Restore.$(SOEXT)
-LIBS += $(ACELIB)
+ACE_SHLIBS += $(ACELIB)
#### If the ACE library wasn't built with sufficient components, don't
#### try to build here.