]> mj.ucw.cz Git - subauth.git/blobdiff - server/Makefile
Bits of support of temporary tokens
[subauth.git] / server / Makefile
index fef0b415f2d6d6f4195b1406079903c076494333..b4b6446337825d42b1bbe57268c8c224487c99eb 100644 (file)
@@ -3,6 +3,6 @@ DIRS+=server
 PROGS+=$(o)/server/subauthd
 CONFIGS+=subauthd
 
-$(o)/server/subauthd: $(addprefix $(o)/server/, subauthd.o cmd.o auth.o)
+$(o)/server/subauthd: $(addprefix $(o)/server/, subauthd.o cmd.o auth.o temp.o)
 $(o)/server/subauthd: LIBS+=$(LIBGCRYPT_LIBS)
 $(o)/server/auth.o: CFLAGS+=$(LIBGCRYPT_CFLAGS)