summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John F. Carr <jfc@mit.edu>1991-06-18 11:14:10 +0000
committerGravatar John F. Carr <jfc@mit.edu>1991-06-18 11:14:10 +0000
commit8e774e1da62b82c9312ae356ead099665f8db98e (patch)
treef67c13b1195168c9c2b72a45e83f16879f1b2fae
parent3201c7492b88cee5c8199477ad51b191084cbd71 (diff)
Don't build xzwrite if Athena widgets not installed.
-rw-r--r--clients/Imakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/clients/Imakefile b/clients/Imakefile
index baa894a..9cc0878 100644
--- a/clients/Imakefile
+++ b/clients/Imakefile
@@ -19,6 +19,10 @@ SYSLOGD= syslogd
SYSLOGD=
#endif
+#ifndef X11_NO_XAW
+XZWRITE=xzwrite
+#endif
+
#if defined(HESIOD) && defined(KERBEROS)
ZMAILNOTIFY= zmailnotify
#else /* !HESIOD || !KERBEROS */
@@ -29,7 +33,7 @@ ZMAILNOTIFY=
SUBDIRS = zaway zctl zleave zlocate \
$(ZMAILNOTIFY) znol zpopnotify zshutdown_notify zstat zwrite \
- $(SYSLOGD) xzwrite
+ $(SYSLOGD) $(XZWRITE)
#ifdef OLD_ATHENA_COMPAT
SHELLSCRIPTS= zlogout zhide zwgc