diff options
author | Steve Huston <shuston@riverace.com> | 1998-11-24 23:50:04 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-11-24 23:50:04 +0000 |
commit | 138b16f8862f2abb08c390789fd0edb1c506059a (patch) | |
tree | 5ac112da443dff3043f65b664c1bd12d1c29c7c2 /netsvcs | |
parent | ccd6e9ef1900e3ad5fe4bf5e8793ff1060ecd913 (diff) | |
download | ATCD-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/Makefile | 2 |
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)) |