From 127d4d2a6bf1ca73620f10a04d08ddf2a2de6dbc Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 27 Mar 2001 20:29:04 +0000 Subject: [PATCH] install-util-archive-also-as-libafsutil-20010327 It's about time you can link to this with -lsomething --- src/util/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/Makefile b/src/util/Makefile index 30abb0b80..cb021f421 100644 --- a/src/util/Makefile +++ b/src/util/Makefile @@ -33,6 +33,7 @@ install0: ${DESTDIR}include/afs/dirpath.h \ ${DESTDIR}include/afs/pthread_nosigs.h \ ${objects} util.a ${DESTDIR}bin/sys ${someheaders} doc ${INSTALL} util.a ${DESTDIR}lib/afs + ${INSTALL} util.a ${DESTDIR}lib/afs/libafsutil.a ${INSTALL} assert.h errors.h vice.h remote.h ktime.h fileutil.h \ netutils.h packages.h afsutil.h pthread_glock.h \ afs_atomlist.h afs_lhash.h \ -- 2.39.5