summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-16 05:45:07 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-16 05:45:07 +0000
commitc3b8059357472d1ff421f57987279afd13c02a28 (patch)
tree66d054371429794327a7ff9553d9ca9f6c47719b /server
parent4022530c22c67435ef9788c561b639dd5c37d917 (diff)
Added missing header files to HDRS.
Diffstat (limited to 'server')
-rw-r--r--server/Imakefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/server/Imakefile b/server/Imakefile
index c969155..b0627d0 100644
--- a/server/Imakefile
+++ b/server/Imakefile
@@ -20,7 +20,14 @@ LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${HES_LINTLIB} \
HDRS= zserver.h \
zsrv_conf.h \
- timer.h
+ timer.h \
+ ZString.h ZStringTable.h ZStringRep.h \
+ Set.hT Set.CT \
+ unix.h \
+ zalloc.h \
+ access.h \
+ template_macros.h \
+ new.h
SRCS= main.C \
access.C \