]> mj.ucw.cz Git - subauth.git/blobdiff - server/Makefile
Real cryptography
[subauth.git] / server / Makefile
index a447a0c2b6f43e7fefc9f6aa55313286ab0a0517..fef0b415f2d6d6f4195b1406079903c076494333 100644 (file)
@@ -4,3 +4,5 @@ PROGS+=$(o)/server/subauthd
 CONFIGS+=subauthd
 
 $(o)/server/subauthd: $(addprefix $(o)/server/, subauthd.o cmd.o auth.o)
+$(o)/server/subauthd: LIBS+=$(LIBGCRYPT_LIBS)
+$(o)/server/auth.o: CFLAGS+=$(LIBGCRYPT_CFLAGS)