diff options
Diffstat (limited to 'auth/Makefile')
-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 |