From 88f16d99771f89481fc17abaebb2a134d64aa777 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 18 Nov 1994 12:34:45 +0000 Subject: (OBJS): Add notifyServer.o. (auth.o): Depend on notify_S.h. --- auth/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'auth/Makefile') diff --git a/auth/Makefile b/auth/Makefile index 86fea93d..c7c7d21a 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -19,7 +19,7 @@ dir := auth makemode := server SRCS = auth.c -OBJS = auth.o authServer.o auth_replyUser.o +OBJS = auth.o authServer.o auth_replyUser.o notifyServer.o LCLHDRS = auth_mig.h target = auth @@ -28,5 +28,4 @@ MIGSFLAGS = "-DAUTH_INTRAN=aptptr_t convert_auth_to_apt (auth_t)" \ include ../Makeconf -auth.o: auth_S.h auth_reply_U.h - +auth.o: auth_S.h auth_reply_U.h notify_S.h -- cgit v1.2.3