summaryrefslogtreecommitdiff
path: root/clients/zmailnotify
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-03-23 06:13:47 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-03-23 06:13:47 +0000
commitd996bbcd90abacd8a291c9c87c96227a3ce4bd01 (patch)
tree42940e0346dc6bf18ef44ab765d87904a1fe6a91 /clients/zmailnotify
parent0759c1fbd097067cc9e4d57e40d7e973f587b504 (diff)
Imakefile changes from Win Treese to support multiple compile trees
Diffstat (limited to 'clients/zmailnotify')
-rw-r--r--clients/zmailnotify/Imakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/clients/zmailnotify/Imakefile b/clients/zmailnotify/Imakefile
index c2e148e..ed8fbe5 100644
--- a/clients/zmailnotify/Imakefile
+++ b/clients/zmailnotify/Imakefile
@@ -7,12 +7,17 @@
/**/# $Author$
/**/# $Header$
/**/#
+
LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB} ${HES_LIB}
LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB}
DEFINES= -DKPOP -DATHENA_COMPAT
SRCS = zmailnotify.c
OBJS = zmailnotify.o
+
+SRCDIR= ${SRCTOP}/clients/zmailnotify
+CODE= ${SRCS} Imakefile
+
normal_obj_rule()
program(zmailnotify,${OBJS},,${LIBS},${CLIENTDIR})