summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
Diffstat (limited to 'clients/zstat')
-rw-r--r--clients/zstat/Imakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/clients/zstat/Imakefile b/clients/zstat/Imakefile
index bdbb3cf..a0f23be 100644
--- a/clients/zstat/Imakefile
+++ b/clients/zstat/Imakefile
@@ -11,9 +11,10 @@ LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
SRCS = zstat.c
OBJS = zstat.o
+HDRS = zserver.h
SRCDIR= ${SRCTOP}/clients/zstat
-CODE= ${SRCS} Imakefile
+CODE= ${SRCS} ${HDRS} Imakefile
/* dummy rule so 'make' means 'make all' */
all::