diff options
author | 1989-03-23 06:13:47 +0000 | |
---|---|---|
committer | 1989-03-23 06:13:47 +0000 | |
commit | d996bbcd90abacd8a291c9c87c96227a3ce4bd01 (patch) | |
tree | 42940e0346dc6bf18ef44ab765d87904a1fe6a91 /clients/zlocate | |
parent | 0759c1fbd097067cc9e4d57e40d7e973f587b504 (diff) |
Imakefile changes from Win Treese to support multiple compile trees
Diffstat (limited to 'clients/zlocate')
-rw-r--r-- | clients/zlocate/Imakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clients/zlocate/Imakefile b/clients/zlocate/Imakefile index e800403..eba1b7f 100644 --- a/clients/zlocate/Imakefile +++ b/clients/zlocate/Imakefile @@ -7,11 +7,15 @@ /**/# $Author$ /**/# $Header$ /**/# + LIBS= ${ZEPHYR_LIB} ${COMERR_LIB} ${KRB_LIB} ${DES_LIB} LINTLIBS= ${ZEPHYR_LINTLIB} ${COMERR_LINTLIB} ${KRB_LINTLIB} ${DES_LINTLIB} SRCS = zlocate.c OBJS = zlocate.o +SRCDIR= ${SRCTOP}/clients/zlocate +CODE= ${SRCS} Imakefile + normal_obj_rule() program(zlocate,${OBJS},,${LIBS},${CLIENTDIR}) |