diff options
author | John Kohl <jtkohl@mit.edu> | 1988-09-14 12:22:20 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1988-09-14 12:22:20 +0000 |
commit | bd61febf136b3a82603748cea4f7ff7e62d00dc6 (patch) | |
tree | 513dcbd056ce99de86ba940c95600f0becb7f5e5 | |
parent | de7c352990ba9a3adfe237105bf561312b24596a (diff) |
fix lintlibs.
-rw-r--r-- | zhm/Imakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zhm/Imakefile b/zhm/Imakefile index 7c1a0bb..25ef1fb 100644 --- a/zhm/Imakefile +++ b/zhm/Imakefile @@ -9,6 +9,7 @@ /**/# SRCS= zhm.c zhm_server.c zhm_client.c queue.c LIBS= ${COMERR_LIB} ${ZEPHYR_LIB} ${KRB_LIB} ${HES_LIB} +LINTLIBS= ${COMERR_LIB} ${ZEPHYR_LINTLIB} ${KRB_LIB} ${HES_LIB} OBJS= zhm.o zhm_server.o zhm_client.o queue.o normal_obj_rule() |