summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-21 06:39:14 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-21 06:39:14 +0000
commit4f8e839666e0541235b2b39430cdb2df4a9345c5 (patch)
tree0762a81751342dc376eb9474bc0f2571a32222fd /lib
parentaab44c27f0f2bb54d16604f994d3c59e7f51ac74 (diff)
Add new file ZWaitForNotice.{c,o}.
Diffstat (limited to 'lib')
-rw-r--r--lib/Imakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Imakefile b/lib/Imakefile
index 1ee34a8..adbae65 100644
--- a/lib/Imakefile
+++ b/lib/Imakefile
@@ -1,11 +1,11 @@
-/**/# Copyright 1988 Massachusetts Institute of Technology.
+/**/# Copyright 1988, 1991 Massachusetts Institute of Technology.
/**/#
/**/# For copying and distribution information, see the file
/**/# "mit-copyright.h".
/**/#
/**/# $Source$
/**/# $Author$
-/**/# $Header$
+/**/# $Zephyr: /mit/zephyr/src/lib/RCS/Imakefile,v 1.11 91/01/07 13:32:27 raeburn Exp $
/**/#
#define no_curdir_lint
@@ -74,6 +74,7 @@ SRCS= \
ZSetServerState.c \
ZSubscriptions.c \
ZVariables.c \
+ ZWaitForNotice.c \
Zinternal.c \
acl_files.c \
strcasecmp.c
@@ -127,6 +128,7 @@ OLIST= \
ZSetServerState.o \
ZSubscriptions.o \
ZVariables.o \
+ ZWaitForNotice.o \
Zinternal.o \
acl_files.o