summaryrefslogtreecommitdiff
path: root/zhm
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-24 09:38:42 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-24 09:38:42 +0000
commit7e5296e424a74cb6d97f184ad6d407f12ceb1307 (patch)
tree25ed953e38267df970202c5a2a377b828dbb55eb /zhm
parent3b6454727ec6d3f2bf66bec9bcecc7374d1db46c (diff)
depend on zephyr lib
Diffstat (limited to 'zhm')
-rw-r--r--zhm/Imakefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/zhm/Imakefile b/zhm/Imakefile
index a53128f..8ac7e1a 100644
--- a/zhm/Imakefile
+++ b/zhm/Imakefile
@@ -9,9 +9,7 @@
/**/#
#if defined(SYSLOG_COMPAT42)
-SYSLOG_LIB= ../clients/syslogd/syslog.o
-#else
-SYSLOG_LIB=
+SOBJS= ../clients/syslogd/syslog.o
#endif
SRCS= zhm.c zhm_server.c zhm_client.c queue.c
@@ -19,6 +17,6 @@ OBJS= zhm.o zhm_server.o zhm_client.o queue.o
XDEFS= -DPIDFILE=\"$(ATHCONFDIR)/zhm.pid\"
-SimpleProgram(zhm,$(OBJS),$(SYSLOG_LIB) $(ZLIBS) $(LIB_HES),$(ATHRETCDIR))
+SimpleProgram(zhm,$(OBJS) $(SOBJS) $(ZLIB),$(ZLIBS) $(LIB_HES),$(ATHRETCDIR))
install_man(zhm.8,zhm.8)
create_depend($(SRCS))