diff options
Diffstat (limited to 'zhm/Imakefile')
-rw-r--r-- | zhm/Imakefile | 4 |
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 |