diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-30 17:33:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-30 17:33:25 +0000 |
commit | 46ed6a48a06d6170ba1016b10866671062e7e682 (patch) | |
tree | ab023f15717a3cf798c48659dcb574437c4f6dcb /auth | |
parent | 65945aba5d77b1c443ba34897b6999bb2931f5d2 (diff) |
(OBJS): Add auth_replyUser.o.
Diffstat (limited to 'auth')
-rw-r--r-- | auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/Makefile b/auth/Makefile index 4cc248cb..74eb135d 100644 --- a/auth/Makefile +++ b/auth/Makefile @@ -19,7 +19,7 @@ dir := auth makemode := server SRCS = auth.c -OBJS = auth.o authServer.o +OBJS = auth.o authServer.o auth_replyUser.o LCLHDRS = authmutations.h auth_mig.h target = auth |