summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-11-24 23:50:04 +0000
committerSteve Huston <shuston@riverace.com>1998-11-24 23:50:04 +0000
commit138b16f8862f2abb08c390789fd0edb1c506059a (patch)
tree5ac112da443dff3043f65b664c1bd12d1c29c7c2 /netsvcs
parentccd6e9ef1900e3ad5fe4bf5e8793ff1060ecd913 (diff)
downloadATCD-138b16f8862f2abb08c390789fd0edb1c506059a.tar.gz
Added LIBS += $(ACELIB) to make this build on AIX.
This whole thing could be done away with by making the app build with the 2 source files, and not bother with the library.
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/clients/Naming/Dump_Restore/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/netsvcs/clients/Naming/Dump_Restore/Makefile b/netsvcs/clients/Naming/Dump_Restore/Makefile
index c32e7f2d7b1..78e0e293223 100644
--- a/netsvcs/clients/Naming/Dump_Restore/Makefile
+++ b/netsvcs/clients/Naming/Dump_Restore/Makefile
@@ -21,6 +21,8 @@ LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(LSRC:%.cpp=$(VDIR)%.o)
SHOBJ = $(addsuffix .so,$(FILES))
+LIBS += $(ACELIB)
+
LDLIBS = -lDump_Restore
VLDLIBS = $(LDLIBS:%=%$(VAR))