]> andersk Git - moira.git/commitdiff
.gen programs don't need to link with libmrglue
authordanw <danw>
Mon, 7 Jul 1997 22:29:17 +0000 (22:29 +0000)
committerdanw <danw>
Mon, 7 Jul 1997 22:29:17 +0000 (22:29 +0000)
gen/Imakefile

index 91bc13c9182665621f785ced05d954937509d376..e91af556e460323a191d4a211b05d2252cd4624b 100644 (file)
@@ -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()
This page took 0.120586 seconds and 5 git commands to generate.