diff options
author | Roland McGrath <roland@gnu.org> | 1994-11-18 12:34:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-11-18 12:34:45 +0000 |
commit | 88f16d99771f89481fc17abaebb2a134d64aa777 (patch) | |
tree | bf1adbeeb7cd3f2512861ac196b3d57e0f626600 /auth/Makefile | |
parent | a8ba28498ef65ee65808dd943519db03e9e700bc (diff) |
(OBJS): Add notifyServer.o.
(auth.o): Depend on notify_S.h.
Diffstat (limited to 'auth/Makefile')
-rw-r--r-- | auth/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |