summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auth/Makefile5
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