From f27cdb7adaadd785273f3e6b711e3db6adf64509 Mon Sep 17 00:00:00 2001 From: danw Date: Mon, 7 Jul 1997 22:29:17 +0000 Subject: [PATCH] .gen programs don't need to link with libmrglue --- gen/Imakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen/Imakefile b/gen/Imakefile index 91bc13c9..e91af556 100644 --- a/gen/Imakefile +++ b/gen/Imakefile @@ -20,7 +20,7 @@ CODE = util.c moddiff.pc passwd.pc hesiod.pc \ nfs.pc mailhub.pc sis.pc pobox.pc \ hosts.pc network.pc warehouse.pc LIBS = -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \ - ../server/libmrglue.a $(LIBGDSS) -lkrb -ldes -lhesiod ${SQL_LIB} + $(LIBGDSS) -lkrb -ldes -lhesiod ${SQL_LIB} DEFINES = $(GDSSINC) #else /* DO_GDSS */ SRCS = util.c moddiff.c passwd.c hesiod.c \ @@ -33,7 +33,7 @@ CODE = util.c moddiff.pc passwd.pc hesiod.pc \ nfs.pc mailhub.pc pobox.pc \ hosts.pc network.pc LIBS = -L/usr/athena/lib ../lib/libmoira.a -lcom_err -lzephyr \ - ../server/libmrglue.a -lkrb -ldes -lhesiod ${SQL_LIB} + -lkrb -ldes -lhesiod ${SQL_LIB} DEFINES = #endif /* DO_GDSS */ sqlrule() -- 2.45.2