summaryrefslogtreecommitdiff
path: root/zhm
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-05-04 17:14:25 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-05-04 17:14:25 +0000
commit2b413fc6d29f57ce76ef0d0e4f3e4fb3a8c7ca2f (patch)
treed00cbd92dd9c27944839cab302d71654f9857807 /zhm
parenta07a0e92d3401005ce925552cb7cee31accf804f (diff)
need to fix order of libraries
Diffstat (limited to 'zhm')
-rw-r--r--zhm/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/zhm/Imakefile b/zhm/Imakefile
index 36b0620..ba05e97 100644
--- a/zhm/Imakefile
+++ b/zhm/Imakefile
@@ -15,8 +15,8 @@ SYSLOG_LIB=
#endif
SRCS= zhm.c zhm_server.c zhm_client.c queue.c
-LIBS= ${SYSLOG_LIB} ${COMERR_LIB} ${ZEPHYR_LIB} ${KRB_LIB} ${HES_LIB}
-LINTLIBS= ${COMERR_LINTLIB} ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${HES_LINTLIB}
+LIBS= ${SYSLOG_LIB} ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${HES_LIB}
+LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${HES_LINTLIB}
OBJS= zhm.o zhm_server.o zhm_client.o queue.o
HDRS= zhm.h