summaryrefslogtreecommitdiff
path: root/clients/zstat
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-16 06:19:45 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-16 06:19:45 +0000
commitb64973fddaa53b553baba08ece14c778261b9bca (patch)
treec74926ac3f51700c788801576e5ebc452a2271ca /clients/zstat
parentab1229baa8e4fcb46b4d971f6f7c6bbcf7fb0f5f (diff)
Reflect inclusion of local zserver.h.
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::