From 9f14ec2af276b75293ab9a93fbe477b9004347f0 Mon Sep 17 00:00:00 2001 From: "John F. Carr" Date: Mon, 2 Sep 1991 14:58:26 +0000 Subject: Link -lkrb before -lcom_err. --- clients/zshutdown_notify/Imakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clients/zshutdown_notify') diff --git a/clients/zshutdown_notify/Imakefile b/clients/zshutdown_notify/Imakefile index c6817d2..fc81079 100644 --- a/clients/zshutdown_notify/Imakefile +++ b/clients/zshutdown_notify/Imakefile @@ -5,11 +5,11 @@ /**/# /**/# $Source$ /**/# $Author$ -/**/# $Header$ +/**/# $Id$ /**/# -LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB} -LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB} +LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${DES_LIB} ${COMERR_LIB} +LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB} ${COMERR_LINTLIB} SRCS = zshutdown_notify.c OBJS = zshutdown_notify.o -- cgit v1.2.3